v8/test
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
..
cctest Placing the snapshot in local directory for serialization test to avoid problems with permissions and multiple processes using same file. 2009-01-30 13:21:29 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Turned down the amount of work done by array-splice to ensure that it 2009-02-03 07:24:49 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00