Handbook
Glossary
emit-phase-insn-prefix ( insn -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
.
phases
Inputs
insn
an
object
Outputs
None
Definition
USING:
accessors
assocs
kernel
make
namespaces
;
IN:
compiler.cfg.register-allocation.ssa.phases
::
emit-phase-insn-prefix
( insn -- )
phase-insn-prefixes
get
[|
prefixes |
insn
insn#>>
prefixes
at
[
%
insn
insn#>>
prefixes
delete-at
]
when*
]
when*
;