Reviewers: Erik Corry, Description: Pass key in register for keyed load IC
The calling convention for keyed load IC is changed to have the key passed both
in a register (r0) and on the stack. Next steps will be first to remove the key from the stack and then pass the receiver in a register (r1). Please review this at http://codereview.chromium.org/1937003/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc 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.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
