Reviewers: Kevin Millikin, Description: Inline functions with different contexts in the optimizing code generator.
Add HInlinedContext to Hydrogen, and use the context from an environment HValue
in all places, not from the context slot in the frame. BUG= TEST= Please review this at http://codereview.chromium.org/7739018/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/lithium-arm.h M src/arm/lithium-arm.cc M src/arm/lithium-codegen-arm.cc M src/ast.cc M src/hydrogen-instructions.h M src/hydrogen.h M src/hydrogen.cc M src/ia32/lithium-codegen-ia32.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc M src/objects.cc M src/x64/lithium-codegen-x64.cc M src/x64/lithium-x64.h M src/x64/lithium-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
