Reviewers: Søren Gjesse, Description: Change the LoadIC calling convention so that the receiver is both on top of the stack and also in r0. This makes sense because the receiver is usually in r0 anyway. We may remove it from the stack later. Also removes some spilled scopes from the code generator allowing it to keep expression temporaries in registers more.
Please review this at http://codereview.chromium.org/1751019/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.h M src/arm/debug-arm.cc M src/arm/full-codegen-arm.cc M src/arm/ic-arm.cc M src/arm/stub-cache-arm.cc M src/arm/virtual-frame-arm.h M src/arm/virtual-frame-arm.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
