Reviewers: Lasse Reichstein,
Description:
Improve the success rate for inline keyed store on x64
Added a simple new space check on the elements fixed array which can allow
updating with other values than smis without updating the remembered set.
Also combined the positive smi and range check so that a separate smi check
can
be avoided when the key is known to be a smi.
This is a port of r4543.
Please review this at http://codereview.chromium.org/1702013/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/ia32/macro-assembler-ia32.cc
M src/x64/codegen-x64.cc
M src/x64/macro-assembler-x64.h
M src/x64/macro-assembler-x64.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev