Handbook
Glossary
bundle-conflicts ( bundle reg -- conflicts )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
bundle
an
object
reg
an
object
Outputs
conflicts
an
object
Definition
USING:
accessors
compiler.cfg.register-allocation.occupancy
;
IN:
compiler.cfg.register-allocation.backtracking
::
bundle-conflicts
( bundle reg -- conflicts )
bundle
ranges>>
bundle reg
bundle-register-occupancy
occupancy-conflicts
;