DescriptionMIPS: port Remove the fcontext field from all contexts.
Ported 8452 (8a2a360)
Original commit message:
Before: every context cached the nearest enclosing function context. This
assumed that for nested contexts (i.e., with and catch contexts) the
enclosing function had a materialized link in the context chain.
Now: when necessary, we loop up the context chain to find such a context.
This enables catch contexts without forcing the enclosing function to
allocate its own context.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=8477
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|