Go to file
christian.plesner.hansen@gmail.com 4bd3d3d10c Turned down the amount of work done by array-splice to ensure that it
doesn't time out on our slowest platforms.  It turns out that almost
all the time was spent in Array.prototype.unshift on a non-array with
a length-field holding 40000.  We may want to look into that but on
the other hand it is a pretty obscure thing to do so we may not.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1211 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-03 07:24:49 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Enable programmatic access to Profile pause/resume 2009-01-29 19:47:00 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src The optimizations performed by Irregexp could possible hide bugs or 2009-02-02 16:27:31 +00:00
test Turned down the amount of work done by array-splice to ensure that it 2009-02-03 07:24:49 +00:00
tools Tell presubmit.py that regexp-pcre.js doesn't need a standard copyright 2009-02-02 16:27:08 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.0.0. 2009-01-27 09:44:41 +00:00
LICENSE Added regexp tests from PCRE. 2009-02-02 14:15:18 +00:00
SConstruct Enabling splitting building with snapshots in to building the mksnapshot executable and building with a snapshot to facilitate building for ARM with a crosstool compiler. 2009-01-30 09:34:55 +00:00