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

Issue 2311063004: ValueSerializer: Take advantage of fast elements in dense array serialization. (Closed)

Created:
4 years, 3 months ago by jbroman
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

ValueSerializer: Take advantage of fast elements in dense array serialization. This yields a ~5% serialization time improvement on typical JSON-esque data. The approach taken matches json-stringifier fairly closely. BUG=chromium:148757 Committed: https://crrev.com/ef94aab22f17ce5ad6f0ddbf72191f048dc81aff Cr-Commit-Position: refs/heads/master@{#39254}

Patch Set 1 #

Total comments: 6

Patch Set 2 : additional unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -1 line) Patch
M src/value-serializer.cc View 2 chunks +41 lines, -1 line 0 comments Download
M test/unittests/value-serializer-unittest.cc View 1 2 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
jbroman
4 years, 3 months ago (2016-09-06 19:50:31 UTC) #4
Camillo Bruni
lgtm https://codereview.chromium.org/2311063004/diff/1/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2311063004/diff/1/src/value-serializer.cc#newcode454 src/value-serializer.cc:454: array->HasFastElements() && !array->HasFastHoleyElements(); This might be a future ...
4 years, 3 months ago (2016-09-07 02:28:08 UTC) #7
jbroman
https://codereview.chromium.org/2311063004/diff/1/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2311063004/diff/1/src/value-serializer.cc#newcode454 src/value-serializer.cc:454: array->HasFastElements() && !array->HasFastHoleyElements(); On 2016/09/07 at 02:28:07, Camillo Bruni ...
4 years, 3 months ago (2016-09-07 14:53:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2311063004/20001
4 years, 3 months ago (2016-09-07 14:59:51 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-07 15:23:06 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 15:23:40 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ef94aab22f17ce5ad6f0ddbf72191f048dc81aff
Cr-Commit-Position: refs/heads/master@{#39254}

Powered by Google App Engine
This is Rietveld 408576698