Reviewers: Kasper Lund, iposva, Message: This change is merely to get ARM to compile and work again after the changes to the AST and platform-independed code generator functions.
The virtual frame is always NULL (it's a placeholder for use in the platform-independent codegen.cc file) and the jump targets essentially just wrap a label. Description: Initial (stub) port of jump targets to the ARM platform. The JumpTarget and VirtualFrame classes have been split out into their own source files, with platform-specific include and implementation files. Much of the code can ultimately be shared. Please review this at http://codereview.chromium.org/9328 SVN Base: http://v8.googlecode.com/svn/branches/experimental/toiger/ Affected files: M src/SConscript M src/ast.h M src/codegen-arm.h M src/codegen-arm.cc M src/codegen-ia32.cc A src/jump-target-arm.h A src/jump-target-arm.cc A src/jump-target-ia32.h A src/jump-target-ia32.cc A src/jump-target.h M src/macro-assembler-ia32.h M src/macro-assembler-ia32.cc A src/virtual-frame-arm.h A src/virtual-frame-arm.cc A src/virtual-frame-ia32-inl.h A src/virtual-frame-ia32.h A src/virtual-frame-ia32.cc A src/virtual-frame.h --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
