Reviewers: Kevin Millikin, Description: MIPS: 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= Please review this at http://codereview.chromium.org/7648026/ Affected files: M src/mips/frames-mips.h M src/mips/macro-assembler-mips.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
