Go to file
erik.corry@gmail.com c690c2ba77 Change the LoadIC calling convention so that the receiver
is both on top of the stack and also in r0.  This makes
sense because the receiver is usually in r0 anyway.  We may
remove it from the stack later.  Also removes some spilled
scopes from the code generator allowing it to keep expression
temporaries in registers more.
Review URL: http://codereview.chromium.org/1751019

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4518 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-04-27 19:24:36 +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 Change the LoadIC calling convention so that the receiver 2010-04-27 19:24:36 +00:00
test Fix search-for-string and replace global to avoid hangs 2010-04-27 11:45:08 +00:00
tools Change to allow d8 to compile on MacOSX. 2010-04-26 11:41:56 +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 version 2.2.6. 2010-04-26 13:17:55 +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