Handbook
Glossary
phase-split-insn? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
.
phases
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
compiler.cfg.instructions
compiler.cfg.linear-scan.live-intervals
kernel
;
IN:
compiler.cfg.register-allocation.ssa.phases
:
phase-split-insn?
( insn -- ? )
dup
clobber-insn?
swap
gc-check-insn?
or
not
;