Chromium Code Reviews
DescriptionTurned 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.
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|
|||||||||||||||||||