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

Issue 2492943002: ValueSerializer: Replace use of std::vector with a delegate-allocated buffer. (Closed)

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

Description

ValueSerializer: Replace use of std::vector with a delegate-allocated buffer. BUG=chromium:148757 Committed: https://crrev.com/94142ed8c91d2110bba85d4820bd098da3f76fea Cr-Commit-Position: refs/heads/master@{#40943}

Patch Set 1 #

Patch Set 2 : further cleanup #

Patch Set 3 : test update #

Patch Set 4 : free the released buffer in test #

Patch Set 5 : fix free call #

Patch Set 6 : correct comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -18 lines) Patch
M include/v8.h View 1 2 3 4 5 2 chunks +22 lines, -1 line 0 comments Download
M src/api.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/value-serializer.h View 3 chunks +13 lines, -2 lines 0 comments Download
M src/value-serializer.cc View 1 6 chunks +51 lines, -14 lines 0 comments Download
M test/unittests/value-serializer-unittest.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 40 (27 generated)
jbroman
It turns out that Android malloc is rather slow for certain cases; Blink's PartitionAlloc is ...
4 years, 1 month ago (2016-11-11 02:36:30 UTC) #21
Camillo Bruni
lgtm
4 years, 1 month ago (2016-11-11 10:19:26 UTC) #22
jbroman
+danno for include/OWNERS (jochen is travelling)
4 years, 1 month ago (2016-11-11 15:52:30 UTC) #26
jbroman
(or jochen for include/OWNERS)
4 years, 1 month ago (2016-11-11 17:07:43 UTC) #28
DmitrySkiba
I wonder if we could write a custom allocator for PA, and use it in ...
4 years, 1 month ago (2016-11-11 17:21:23 UTC) #30
jbroman
On 2016/11/11 at 17:21:23, dskiba wrote: > I wonder if we could write a custom ...
4 years, 1 month ago (2016-11-11 17:29:38 UTC) #31
jbroman
Oh, and lest I forget: it also makes it easier to skip the zero-filling that ...
4 years, 1 month ago (2016-11-11 17:30:41 UTC) #32
DmitrySkiba
On 2016/11/11 17:30:41, jbroman wrote: > Oh, and lest I forget: it also makes it ...
4 years, 1 month ago (2016-11-11 17:53:44 UTC) #33
jochen (gone - plz use gerrit)
lgtm
4 years, 1 month ago (2016-11-12 21:03:06 UTC) #34
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/2492943002/100001
4 years, 1 month ago (2016-11-12 21:03:55 UTC) #36
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-12 21:49:39 UTC) #37
haraken
LGTM
4 years, 1 month ago (2016-11-14 02:07:40 UTC) #38
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:31:32 UTC) #40
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/94142ed8c91d2110bba85d4820bd098da3f76fea
Cr-Commit-Position: refs/heads/master@{#40943}

Powered by Google App Engine
This is Rietveld 408576698