Handbook
Glossary
insn>literal ( insn -- n )
Vocabulary
compiler
.
cfg
.
gvn
.
rewrite
Inputs
insn
an
object
Outputs
n
an
object
Definition
IN:
compiler.cfg.gvn.rewrite
GENERIC:
insn>literal
( insn -- n )
Methods
USING:
accessors
compiler.cfg.gvn.rewrite
compiler.cfg.instructions
math
;
M:
##load-integer
insn>literal
val>>
>fixnum
;
USING:
accessors
compiler.cfg.gvn.rewrite
compiler.cfg.instructions
;
M:
##load-reference
insn>literal
obj>>
;