Handbook
Glossary
(record-live) ( vregs -- )
Vocabulary
compiler
.
cfg
.
dce
Inputs
vregs
an
object
Outputs
None
Definition
USING:
assocs
kernel
namespaces
sequences
sets
;
IN:
compiler.cfg.dce
:
(record-live)
( vregs -- )
[
dup
live-vregs
get
?adjoin
[
liveness-graph
get
at
(record-live)
]
[
drop
]
if
]
each
;