Handbook
Glossary
draw-annotated-cfg ( -- )
Vocabulary
compiler
.
cfg
.
gvn
.
testing
Inputs
None
Outputs
None
Definition
USING:
compiler.cfg
compiler.cfg.graphviz
graphviz.render
io.directories
math.parser
namespaces
sequences
;
IN:
compiler.cfg.gvn.testing
:
draw-annotated-cfg
( -- )
iteration-dir
[
cfg
get
cfgviz
add-gvns
basic-block#
number>string
"bb"
prepend
svg
]
with-directory
;