Handbook
Glossary
defined ( bb -- vregs )
Vocabulary
compiler
.
cfg
.
gvn
.
avail
Inputs
bb
an
object
Outputs
vregs
an
object
Definition
USING:
accessors
compiler.cfg.def-use
compiler.utilities
sequences
;
IN:
compiler.cfg.gvn.avail
:
defined
( bb -- vregs )
instructions>>
[
defs-vregs
]
map
concat
unique
;