Handbook
Glossary
handle-spill ( 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-spill
( live-interval -- )
dup
spill-to>>
[
insert-spill
]
[
drop
]
if
;