Handbook
Glossary
first-use-rep ( live-interval -- rep/f )
Spill slot assignment
Prev:
split-for-spill ( live-interval n -- before/f after/f )
Next:
last-use-rep ( live-interval -- rep )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
spilling
Inputs
live-interval
an
object
Outputs
rep/f
an
object
Definition
USING:
accessors
compiler.cfg.linear-scan.live-intervals
;
IN:
compiler.cfg.linear-scan.allocation.spilling
:
first-use-rep
( live-interval -- rep/f )
first-use
use-rep>>
;
inline