factor/basis/compiler/cfg/stacks/map/map-docs.factor

7 lines
372 B
Factor
Raw Normal View History

2015-03-02 05:28:15 -05:00
USING: assocs compiler.cfg help.markup help.syntax ;
IN: compiler.cfg.stacks.map
HELP: trace-stack-state
{ $values { "cfg" cfg } { "assoc" assoc } }
{ $description "Outputs an assoc with the instruction numbers as keys and as values two tuples of the data and retain stacks shapes before that instruction. All instructions in the cfg gets numbered as a side-effect." } ;