Handbook
Glossary
enqueue-pieces ( intervals -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
intervals
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
:
enqueue-pieces
( intervals -- )
dup
empty?
[
drop
]
[
<allocation-bundle>
enqueue-bundle
]
if
;