Handbook
Glossary
split-bundle ( bundle -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
bundle
an
object
Outputs
None
Definition
USING:
accessors
kernel
math
namespaces
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
:
split-bundle
( bundle -- )
intervals>>
dup
length
1
>
[
backtracking-splits
inc
[
enqueue-interval
]
each
]
[
first
split-single-interval
]
if
;