Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Issue 19540: Removed some work from array-splice (Closed)

Created:
11 years, 10 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

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.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M test/mjsunit/array-splice.js View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Christian Plesner Hansen
11 years, 10 months ago (2009-02-02 16:31:02 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698