Handbook
Glossary
conflict-cost ( conflicts -- weight )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
conflicts
an
object
Outputs
weight
an
object
Definition
USING:
accessors
math.order
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
:
conflict-cost
( conflicts -- weight )
0
[
weight>>
max
]
reduce
;