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

Issue 2055203002: [snapshot] support multiple contexts in the same snapshot. (Closed)

Created:
4 years, 6 months ago by Yang
Modified:
4 years, 6 months ago
CC:
Paweł Hajdan Jr., v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@sinkmember
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[snapshot] support multiple contexts in the same snapshot. R=jochen@chromium.org, vogelheim@chromium.org BUG=chromium:617892 Committed: https://crrev.com/533453f9290b5668097f8db5362407f6e73a1d18 Cr-Commit-Position: refs/heads/master@{#37008}

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix #

Patch Set 3 : size_t and fix test #

Patch Set 4 : fix printf #

Patch Set 5 : turn everything into size_t #

Patch Set 6 : fix build #

Patch Set 7 : fix test #

Patch Set 8 : rebase #

Patch Set 9 : another attempt #

Patch Set 10 : size_t fix #

Patch Set 11 : fix test. again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -200 lines) Patch
M include/v8.h View 1 2 8 2 chunks +4 lines, -2 lines 0 comments Download
M src/api.cc View 1 2 5 6 7 8 5 chunks +25 lines, -10 lines 0 comments Download
M src/bootstrapper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 8 4 chunks +7 lines, -5 lines 0 comments Download
M src/debug/debug.cc View 8 1 chunk +5 lines, -1 line 0 comments Download
M src/snapshot/partial-serializer.h View 2 chunks +4 lines, -26 lines 0 comments Download
M src/snapshot/partial-serializer.cc View 4 chunks +4 lines, -18 lines 0 comments Download
M src/snapshot/snapshot.h View 1 2 3 4 5 6 7 8 4 chunks +59 lines, -46 lines 0 comments Download
M src/snapshot/snapshot-common.cc View 1 2 3 4 5 6 7 8 9 3 chunks +119 lines, -89 lines 0 comments Download
M src/snapshot/startup-serializer.h View 2 chunks +28 lines, -0 lines 0 comments Download
M src/snapshot/startup-serializer.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 3 4 5 6 9 10 1 chunk +65 lines, -0 lines 0 comments Download
M test/memory/Memory.json View 2 chunks +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 61 (32 generated)
Yang
4 years, 6 months ago (2016-06-10 10:45:28 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2055203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2055203002/diff/1/include/v8.h#newcode6797 include/v8.h:6797: int AddContext(Local<Context> context); size_t?
4 years, 6 months ago (2016-06-13 15:24:20 UTC) #2
vogelheim
lgtm https://codereview.chromium.org/2055203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2055203002/diff/1/include/v8.h#newcode7102 include/v8.h:7102: int context_snapshot_index = 0); The argument context_snapshot_index has ...
4 years, 6 months ago (2016-06-13 16:20:20 UTC) #3
Yang
https://codereview.chromium.org/2055203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2055203002/diff/1/include/v8.h#newcode6797 include/v8.h:6797: int AddContext(Local<Context> context); On 2016/06/13 15:24:19, jochen (slow) wrote: ...
4 years, 6 months ago (2016-06-14 11:45:30 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/1
4 years, 6 months ago (2016-06-14 11:45:41 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/3147) v8_linux_mips64el_compile_rel on ...
4 years, 6 months ago (2016-06-14 11:48:33 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/20001
4 years, 6 months ago (2016-06-14 11:59:52 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/3149) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 6 months ago (2016-06-14 12:17:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/40001
4 years, 6 months ago (2016-06-14 13:06:18 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/3162) v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-14 13:09:31 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/60001
4 years, 6 months ago (2016-06-14 13:20:43 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/3164) v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-14 13:22:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/80001
4 years, 6 months ago (2016-06-15 06:39:22 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/3203) v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 06:41:35 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/100001
4 years, 6 months ago (2016-06-15 06:48:23 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/3245) v8_linux64_asan_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 07:17:36 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/120001
4 years, 6 months ago (2016-06-15 08:11:23 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/8866) v8_win64_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 08:59:36 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/120001
4 years, 6 months ago (2016-06-15 09:12:27 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/8874) v8_win64_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 09:52:37 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/140001
4 years, 6 months ago (2016-06-15 10:56:48 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/8882) v8_win64_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 11:48:49 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/160001
4 years, 6 months ago (2016-06-15 13:01:52 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_mips64el_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_rel/builds/16061)
4 years, 6 months ago (2016-06-15 13:05:49 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/180001
4 years, 6 months ago (2016-06-15 13:05:59 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/3277) v8_linux64_asan_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-15 13:41:02 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055203002/110014
4 years, 6 months ago (2016-06-15 15:08:16 UTC) #58
commit-bot: I haz the power
Committed patchset #11 (id:110014)
4 years, 6 months ago (2016-06-15 15:38:49 UTC) #59
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 15:39:16 UTC) #61
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/533453f9290b5668097f8db5362407f6e73a1d18
Cr-Commit-Position: refs/heads/master@{#37008}

Powered by Google App Engine
This is Rietveld 408576698