DescriptionAdd defensive checks to the flow graph builder.
Visitor stack overflow is used to signal an unsupported construct in
the flow graph. Check for it in more places. Make the utility
functions for appending to graphs handle more cases if they can be
handled correctly.
Remove the entry node in favor of a block with a NULL predecessor as
single entry. Represent the empty flow graph as a single empty block.
Add empty blocks lazily where needed to preserve edge-split form.
Committed: http://code.google.com/p/v8/source/detail?r=4086
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|