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