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

Issue 40163: Arrays created with new Array(n) are not assumed to be sparse unless the give... (Closed)

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

Description

Arrays created with new Array(n) are not assumed to be sparse unless the given size is truly huge. A test had to be modified slightly so as not to be too slow. Committed: http://code.google.com/p/v8/source/detail?r=1428

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
11 years, 9 months ago (2009-03-05 12:22:32 UTC) #1
Mads Ager (chromium)
11 years, 9 months ago (2009-03-05 12:35:45 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698