Handbook
Glossary
ssa-output-phase ( insn -- n )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
.
phases
Inputs
insn
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
math
;
IN:
compiler.cfg.register-allocation.ssa.phases
:
ssa-output-phase
( insn -- n )
dup
insn#>>
swap
phase-split-insn?
[
1
+
]
when
;