Handbook
Glossary
add-unhandled ( live-interval -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
state
Inputs
live-interval
an
object
Outputs
None
Definition
USING:
heaps
kernel
namespaces
;
IN:
compiler.cfg.linear-scan.allocation.state
:
add-unhandled
( live-interval -- )
dup
check-unhandled
dup
interval/sync-point-key
unhandled-min-heap
get
heap-push
;