Handbook
Glossary
^^single>double-float ( src -- vreg )
Vocabulary
compiler
.
cfg
.
hats
Inputs
src
an
object
Outputs
vreg
an
object
Definition
USING:
compiler.cfg.instructions
compiler.cfg.registers
kernel
;
IN:
compiler.cfg.hats
:
^^single>double-float
( src -- vreg )
[
next-vreg
dup
[
]
dip
]
dip
##single>double-float,
;
inline