Handbook
Glossary
replace-loc ( vreg loc -- )
Local stack analysis
Prev:
inc-stack ( loc -- )
Next:
begin-local-analysis ( basic-block -- )
Vocabulary
compiler
.
cfg
.
stacks
.
local
Inputs
vreg
virtual register
loc
a
loc
Outputs
None
Word description
Registers that the absolute stack location
loc
should be overwritten with the contents of the virtual register.
See also
replaces
Definition
USING:
assocs
namespaces
;
IN:
compiler.cfg.stacks.local
:
replace-loc
( vreg loc -- )
height-state
get
global-loc>local
replaces
get
set-at
;