Handbook
Glossary
assign-with-eviction ( bundle candidate -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
bundle
an
object
candidate
an
object
Outputs
None
Definition
USING:
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
::
assign-with-eviction
( bundle candidate -- )
candidate
second
[
evict-bundle
]
each
bundle candidate
first
assign-bundle
;