Go to file
deanm@chromium.org 8ee441ea9f Use shorter SIB encoding. For example, the previous:
8d044500000000 lea eax,[eax*2+0x0]
Will be encoded with the much shorter:
8d0400         lea eax,[eax+eax*1]

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@722 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-11-09 17:48:34 +00:00
benchmarks Improve error reporting in benchmarks. 2008-10-22 11:55:08 +00:00
include Fix typo and remove undefined, unused API function from include/v8-debug.h 2008-11-07 09:55:57 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src Use shorter SIB encoding. For example, the previous: 2008-11-09 17:48:34 +00:00
test Backport the changes from the readability review. 2008-11-05 19:18:10 +00:00
tools Add ARM simulator build files. 2008-11-07 17:21:11 +00:00
AUTHORS Apply Daniel's patch for array index strings. 2008-10-23 06:20:57 +00:00
ChangeLog Prepare push to trunk. Now working on version 0.4.4. 2008-11-04 11:38:08 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Change the test status file parser to fail if the line contains unparsed tokens. 2008-10-31 13:12:35 +00:00