Handbook
Glossary
enqueue-bundle ( bundle -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
bundle
an
object
Outputs
None
Definition
USING:
accessors
heaps
kernel
namespaces
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
:
enqueue-bundle
( bundle -- )
dup
intervals>>
[
uses>>
[
spill-slot?>>
]
all?
]
all?
[
intervals>>
[
ensure-interval-home
]
each
]
[
dup
priority>>
bundle-queue
get
heap-push
]
if
;