Chromium Code Reviews
DescriptionMake the CFG depth-first traversal do more work for us.
Turn the depth-first traversal into a pass to discover the graph's basic
block structure. Record basic-block predecessors in the block entry
instructions. Also record the last instruction in a block in the block
entry instruction (giving constant-time access to the block's successors).
Also, record the depth-first spanning tree of the traversal to be used for
dominator computation.
R=srdjan@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=5655
Patch Set 1 #
Total comments: 3
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||||||||||||||||||||