about summary refs log tree commit diff stats
path: root/archive/0.vm.arc/tangle.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-10 16:20:33 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-10 16:20:33 -0700
commitfed9e7135c13ef8fa745afd2075eb2ff529d6241 (patch)
tree57256cf84b95791ea0592add00049b2ed02de5f5 /archive/0.vm.arc/tangle.mu
parent9f8524a95cb213dd83f6f3045c09357165d0f70a (diff)
downloadmu-fed9e7135c13ef8fa745afd2075eb2ff529d6241.tar.gz
6116 - stack locations now computed during codegen
We can't do it during parsing time because we may not have all type definitions
available yet. Mu supports using types before defining them.

At first I thought I should do it in populate-mu-type-sizes (appropriately
renamed). But there's enough complexity to tracking when stuff lands on
the stack that it's easiest to do while emitting code.

I don't think we need this information earlier in the compiler. If I'm
right, it seems simpler to colocate the computation of state close to where
it's used.
Diffstat (limited to 'archive/0.vm.arc/tangle.mu')
0 files changed, 0 insertions, 0 deletions
e>