Handbook
Glossary
eviction-priority ( value distances -- priority )
Vocabulary
compiler
.
cfg
.
register-allocation
.
chordal
.
spilling
.
residency
Inputs
value
an
object
distances
an
object
Outputs
priority
an
object
Definition
USING:
arrays
assocs
kernel
;
IN:
compiler.cfg.register-allocation.chordal.spilling.residency
::
eviction-priority
( value distances -- priority )
value distances
at
[
0
swap
value
3array
]
[
1 0 value
3array
]
if*
;