Handbook
Glossary
ssa>insn ( source destination -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
Inputs
source
an
object
destination
an
object
Outputs
None
Definition
USING:
accessors
compiler.cfg.instructions
compiler.cfg.linear-scan.resolve
kernel
;
IN:
compiler.cfg.register-allocation.ssa
:
ssa>insn
( source destination -- )
2dup
[
reg>>
spill-slot?
]
both?
[
memory>memory
]
[
>insn
]
if
;