Handbook
Glossary
live-outs
Liveness analysis
Prev:
live-out? ( vreg bb -- ? )
Next:
lookup-base-pointer ( vreg -- vreg/f )
Vocabulary
compiler
.
cfg
.
liveness
Variable description
Hash that maps from basic blocks to sets of vregs that are live after execution leaves the block. The data is computed by
compute-live-sets
Definition
IN:
compiler.cfg.liveness
SYMBOL:
live-outs
inline