Handbook
Glossary
spill-slot-use? ( n live-interval -- ? )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
spilling
Inputs
n
an
object
live-interval
an
object
Outputs
?
an
object
Definition
USING:
accessors
compiler.cfg.linear-scan.live-intervals
kernel
;
IN:
compiler.cfg.linear-scan.allocation.spilling
:
spill-slot-use?
( n live-interval -- ? )
find-use
[
[
use-rep>>
>boolean
]
[
spill-slot?>>
]
bi
and
]
?call
>boolean
;