Handbook
Glossary
forget-dead-residents ( distances -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
chordal
.
spilling
Inputs
distances
an
object
Outputs
None
Definition
USING:
assocs
kernel
namespaces
;
IN:
compiler.cfg.register-allocation.chordal.spilling
::
forget-dead-residents
( distances -- )
spill-W
get
[
drop
distances
key?
]
assoc-filter!
drop
;