local-loc>global ( loc height-state -- loc' )
Local stack analysis

Prev:global-loc>local ( loc height-state -- loc' )
Next:inc-stack ( loc -- )


Vocabulary
compiler.cfg.stacks.local

Inputs
loca loc
height-statea height-state


Outputs
loc'a loc


Word description
Translates a stack location relative to a block to an absolute one. The word does the opposite to global-loc>local.

Definition