Handbook
Glossary
spill-intervals ( root-leaders n -- live-intervals )
Vocabulary
compiler
.
cfg
.
linear-scan
.
assignment
Inputs
root-leaders
an
object
n
an
object
Outputs
live-intervals
an
object
Definition
USING:
compiler.cfg.utilities
kernel
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.assignment
:
spill-intervals
( root-leaders n -- live-intervals )
[
pending-interval-heap
get
heap-members
]
2dip
[
spill-required?
]
2curry
filter
;