Chromium Code Reviews
DescriptionAvoid redundant pop/push before Throw/ReThrow in the flow-graph compiler.
Since the runtime call expects its arguments on the stack, we
can just push them in the same way we do in other places.
The current code already assumes that the arguments are pushed in
the correct order.
Committed: https://code.google.com/p/dart/source/detail?r=7831
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||