Chromium Code Reviews
DescriptionIntroduce Goto instructions to the flow graph.
Goto is a control instruction with a single successor.
Before: basic blocks ended with an exit (return, throw, or rethrow), a
branch to a pair of target entries, or else they fell through to the
next block entry.
Now: basic blocks end with an exit, a branch, or an explicit goto to a
join entry.
R=vegorov@google.com,srdjan@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=9731
Patch Set 1 #Patch Set 2 : Teeny cleanup. #Patch Set 3 : Rewrite a comment that was word salad. #
Total comments: 18
Patch Set 4 : Incorporated review comments. #
Total comments: 5
Patch Set 5 : Tweaked instruction numbering. #
Total comments: 5
Messages
Total messages: 13 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||