Handbook
Glossary
preference-result ( ... quot -- ... colors/f )
Vocabulary
compiler
.
cfg
.
register-allocation
.
validation
.
color-preferences
Inputs
quot
an
object
Outputs
colors/f
an
object
Definition
USING:
compiler.cfg.register-allocation.chordal
continuations
kernel
;
IN:
compiler.cfg.register-allocation.validation.color-preferences
:
preference-result
( ... quot -- ... colors/f )
[
dup
uncolorable-spill-result?
[
drop
f
]
[
rethrow
]
if
]
recover
;
inline