about summary refs log tree commit diff stats
path: root/src/liolib.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-24 09:55:10 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-24 10:10:38 -0800
commit5a63a5ca40c7ba05f7382c3da94bff8cc4b59976 (patch)
tree996cae425dbc830405b7b74625dbd26bd0b293e8 /src/liolib.c
parentb40ad265448018d1a22d67db399568a2dfaf3cd2 (diff)
downloadteliva-5a63a5ca40c7ba05f7382c3da94bff8cc4b59976.tar.gz
monotonically accumulate versions of definitions
One old drawback now has a new look. Before, we loaded definitions in
order, so global definitions had to exist before other global
definitions that used them. See window and grid in life.tlv. Now we load
definitions in reverse order, so initialization needs to change. Worse,
if we update window, we need to edit grid just to fix the order.

This implies that we can't yet optimize away bindings where there are no
new changes.
Diffstat (limited to 'src/liolib.c')
0 files changed, 0 insertions, 0 deletions