Handbook
Glossary
fake-representations ( cfg -- )
Vocabulary
compiler
.
test
Inputs
cfg
an
object
Outputs
None
Definition
USING:
accessors
assocs
compiler.cfg.def-use
compiler.cfg.registers
compiler.cfg.representations.preferred
compiler.cfg.rpo
hashtables
kernel
namespaces
sequences
;
IN:
compiler.test
:
fake-representations
( cfg -- )
post-order
[
instructions>>
[
[
[
temp-vregs
]
[
temp-vreg-reps
]
bi
zip
]
[
[
defs-vregs
]
[
defs-vreg-reps
]
bi
zip
]
bi
append
]
map
concat
]
map
concat
>hashtable
representations
set
;