DescriptionRelax assumptions about control flow in the hydrogen graph.
Previously we assumed that control was always live after visiting an
expression, and that control was live to both basic block targets of an
expression in a test context.
Now we allow any expression to exit the graph.
R=fschneider@chromium.org,danno@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=7601
Patch Set 1 #
Total comments: 6
Patch Set 2 : Use CHECK_ALIVE in more places, remove unhelpful ASSERTs. #Messages
Total messages: 5 (0 generated)
|