Reviewers: Erik Corry, Mads Ager,
Description:
Add inlining of property load on ARM
Generate inlined named property load for in-object properties. This uses the
same mechanism as on the Intel platforms with the map check and load
instruction
of the inlined code being patched by the inline cache code. The map check
is
patched through the normal constant pool patching and the load instruction
is
patched in place.
Please review this at http://codereview.chromium.org/1715003/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/arm/assembler-arm.h
M src/arm/assembler-arm.cc
M src/arm/codegen-arm.h
M src/arm/codegen-arm.cc
M src/arm/full-codegen-arm.cc
M src/arm/ic-arm.cc
M src/arm/virtual-frame-arm.h
M src/arm/virtual-frame-arm.cc
M test/mjsunit/debug-stepin-accessor.js
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev