Handbook
Glossary
value-of ( vreg -- value )
Vocabulary
compiler
.
cfg
.
ssa
.
destruction
.
coalescing
Inputs
vreg
an
object
Outputs
value
an
object
Definition
USING:
accessors
compiler.cfg.def-use
compiler.cfg.instructions
kernel
;
IN:
compiler.cfg.ssa.destruction.coalescing
:
value-of
( vreg -- value )
dup
insn-of
dup
##tagged>integer?
[
nip
src>>
]
[
drop
]
if
;