peek-loc ( loc -- vreg )
Local stack analysis

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


Vocabulary
compiler.cfg.stacks.local

Inputs
loca loc


Outputs
vregvirtual register


Word description
Retrieves the virtual register at the given stack location. If no register has been stored at that location, then a new vreg is returned.

Definition