Handbook
Glossary
handle-reload ( live-interval -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
assignment
Inputs
live-interval
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
compiler.cfg.linear-scan.assignment
:
handle-reload
( live-interval -- )
dup
reload-from>>
[
insert-reload
]
[
drop
]
if
;