Handbook
Glossary
rematerialization-of ( vreg -- recipe/f )
Vocabulary
compiler
.
cfg
.
register-allocation
.
rematerialization
Inputs
vreg
an
object
Outputs
recipe/f
an
object
Definition
USING:
assocs
kernel
namespaces
;
IN:
compiler.cfg.register-allocation.rematerialization
:
rematerialization-of
( vreg -- recipe/f )
rematerialize-constants?
get
[
rematerialization-recipes
get
at
]
[
drop
f
]
if
;