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

Issue 2452333002: [serializer] introduce API to serialize internal fields (Closed)

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

Description

[serializer] introduce API to serialize internal fields See https://goo.gl/C9U1dL BUG=chromium:617892 Committed: https://crrev.com/39ed137bce316138e04aefbb5165daf5ae7201ca Cr-Commit-Position: refs/heads/master@{#40623}

Patch Set 1 #

Total comments: 4

Patch Set 2 : avoid shadow variables #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -14 lines) Patch
M include/v8.h View 4 chunks +24 lines, -2 lines 0 comments Download
M src/api.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/isolate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot/deserializer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/snapshot/deserializer.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M src/snapshot/partial-serializer.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/snapshot/partial-serializer.cc View 1 4 chunks +41 lines, -3 lines 0 comments Download
M src/snapshot/serializer-common.h View 2 chunks +3 lines, -1 line 0 comments Download
M test/cctest/test-serialize.cc View 7 chunks +87 lines, -5 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
Yang
4 years, 1 month ago (2016-10-27 12:40:02 UTC) #2
jochen (gone - plz use gerrit)
lgtm with nit https://codereview.chromium.org/2452333002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2452333002/diff/1/include/v8.h#newcode6247 include/v8.h:6247: int index); size_t ?
4 years, 1 month ago (2016-10-27 12:40:51 UTC) #3
haraken
The V8 API LGTM
4 years, 1 month ago (2016-10-27 12:45:32 UTC) #4
Yang
https://codereview.chromium.org/2452333002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2452333002/diff/1/include/v8.h#newcode6247 include/v8.h:6247: int index); On 2016/10/27 12:40:51, jochen wrote: > size_t ...
4 years, 1 month ago (2016-10-27 12:49:27 UTC) #5
peria
https://codereview.chromium.org/2452333002/diff/1/src/snapshot/partial-serializer.cc File src/snapshot/partial-serializer.cc (right): https://codereview.chromium.org/2452333002/diff/1/src/snapshot/partial-serializer.cc#newcode139 src/snapshot/partial-serializer.cc:139: for (int i = 0; i < internal_fields_count; i++) ...
4 years, 1 month ago (2016-10-27 12:54:31 UTC) #6
Yang
https://codereview.chromium.org/2452333002/diff/1/src/snapshot/partial-serializer.cc File src/snapshot/partial-serializer.cc (right): https://codereview.chromium.org/2452333002/diff/1/src/snapshot/partial-serializer.cc#newcode139 src/snapshot/partial-serializer.cc:139: for (int i = 0; i < internal_fields_count; i++) ...
4 years, 1 month ago (2016-10-27 13:01:56 UTC) #7
peria
lgtm
4 years, 1 month ago (2016-10-27 13:05:38 UTC) #10
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/2452333002/20001
4 years, 1 month ago (2016-10-27 13:33:29 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-27 13:35:31 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:15:38 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/39ed137bce316138e04aefbb5165daf5ae7201ca
Cr-Commit-Position: refs/heads/master@{#40623}

Powered by Google App Engine
This is Rietveld 408576698