Handbook
Glossary
(copy-value) ( from to allocations -- )
Vocabulary
compiler
.
tree
.
escape-analysis
.
allocations
Inputs
from
an
object
to
an
object
allocations
an
object
Outputs
None
Definition
USING:
assocs
;
IN:
compiler.tree.escape-analysis.allocations
::
(copy-value)
( from to allocations -- )
from to
equate-values
from allocations
at
copy-allocation
to allocations
set-at
;