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

Issue 12041084: Object.observe: change array truncation logic to efficiently handle large sparse arrays (Closed)

Created:
7 years, 11 months ago by adamk
Modified:
7 years, 10 months ago
Reviewers:
rossberg
CC:
v8-dev, rafaelw
Visibility:
Public.

Description

Object.observe: change array truncation logic to efficiently handle large sparse arrays Committed: https://code.google.com/p/v8/source/detail?r=13592

Patch Set 1 #

Patch Set 2 : Better handling of non-sparse arrays #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -17 lines) Patch
M src/objects.cc View 1 2 chunks +41 lines, -13 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
adamk
7 years, 11 months ago (2013-01-24 21:42:52 UTC) #1
adamk
From a quick discussion with rafaelw it seems likely that what I actually want here ...
7 years, 11 months ago (2013-01-24 21:58:06 UTC) #2
adamk
On 2013/01/24 21:58:06, adamk wrote: > From a quick discussion with rafaelw it seems likely ...
7 years, 11 months ago (2013-01-24 23:35:52 UTC) #3
rossberg
LGTM. I would be fine with using a heuristic for dense arrays, although I'm not ...
7 years, 10 months ago (2013-01-28 13:46:46 UTC) #4
adamk
Updated to handle dense arrays.
7 years, 10 months ago (2013-01-31 02:03:30 UTC) #5
rossberg
7 years, 10 months ago (2013-02-04 13:09:55 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698