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