Handbook
Glossary
convert-to-load-vector? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
representations
.
peephole
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
accessors
byte-arrays
combinators.short-circuit
compiler.cfg.registers
cpu.architecture
kernel
;
IN:
compiler.cfg.representations.peephole
:
convert-to-load-vector?
( insn -- ? )
{
[
drop
fused-unboxing?
]
[
dst>>
rep-of
vector-rep?
]
[
obj>>
byte-array?
]
}
1&&
;