Handbook
Glossary
handle-def ( vreg rep -- )
Vocabulary
compiler
.
cfg
.
representations
.
selection
Inputs
vreg
an
object
rep
an
object
Outputs
None
Definition
USING:
assocs
compiler.cfg.representations.coalescing
kernel
namespaces
sets
;
IN:
compiler.cfg.representations.selection
:
handle-def
( vreg rep -- )
swap
vreg>scc
vreg-reps
get
[
[
intersect
]
when*
]
change-at
;