Handbook
Glossary
value-flow-operands ( values -- operands )
Vocabulary
compiler
.
cfg
.
register-allocation
.
verifier
Inputs
values
an
object
Outputs
operands
an
object
Definition
USING:
compiler.cfg.registers
kernel
sequences
;
IN:
compiler.cfg.register-allocation.verifier
:
value-flow-operands
( values -- operands )
[
dup
rep-of
value-flow-operand
boa
]
map
;