Go to file
sgjesse@chromium.org 0b4c1efd18 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.
Review URL: http://codereview.chromium.org/1702013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4547 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-04-29 12:52:09 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Fix copy paste: IsUint32() checks if value is unsigned, not signed. 2010-04-27 13:02:23 +00:00
samples Mark up debugger support in sample file 2010-04-09 13:02:25 +00:00
src Improve the success rate for inline keyed store on x64 2010-04-29 12:52:09 +00:00
test Switch to vectors instead of bare char* arrays. 2010-04-29 12:15:02 +00:00
tools Add amd64 to GuessArchitecture 2010-04-28 08:06:18 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Update AUTHORS file to reflect previous commit 2010-04-22 17:28:43 +00:00
ChangeLog Prepare push to trunk. Now working on 2.2.7. 2010-04-28 12:03:25 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Make not sucking at regexp the default 2010-04-19 19:30:11 +00:00