DescriptionMIPS: port Simplify handling of exits from with and catch.
Ported r8922 (5ea2fb5)
Original commit message:
Remove the try/finally used for with and catch. Instead of using
try/finally to handle break and continue from with or catch,
statically track nesting dept and clean up when compiling break or
continue.
And instead of using try/finally to handle throw to handler in a frame
whose pc is inside a with or catch, store the context that the handler
should run in in the handler itself.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=8936
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|