Reviewers: Erik Corry, Description: ARM: Don't require the receiver on the stack for load IC
Previously the receier was passed in both r0 and on the stack for a load IC. With this change the receiver is in r0 only. Please review this at http://codereview.chromium.org/2119007/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/arm/full-codegen-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
