Reviewers: Kasper Lund, Description: Add a VirtualFrame class to the IA32 code generator. All frame accesses (eg, parameters, locals, and the expression stack elements) and mutation (pushes and pops) go through the virtual frame.
The frame initially contains no state, and directly emits instructions in the obvious way. It is not currently used for deferred code. Please review this at http://codereview.chromium.org/7076 Affected files: M src/codegen-ia32.h M src/codegen-ia32.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
