Handbook
Glossary
live-slot ( slot#/f vreg -- vreg' )
Vocabulary
compiler
.
cfg
.
alias-analysis
Inputs
slot#/f
an
object
vreg
an
object
Outputs
vreg'
an
object
Definition
USING:
assocs
kernel
namespaces
;
IN:
compiler.cfg.alias-analysis
:
live-slot
( slot#/f vreg -- vreg' )
over
[
live-slots
get
at
at
]
[
2drop
f
]
if
;