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

Issue 846023002: Update references to global object after deserializing context. (Closed)

Created:
5 years, 11 months ago by Yang
Modified:
5 years, 11 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Update references to global object after deserializing context. R=jochen@chromium.org TEST=test-serialize/CustomContext{Des,S}erialization Also test by - make ia32.debug embedscript=<full path to mjsunit.js> - d8 -e "assertDoesNotThrow('print(1)')" Committed: https://crrev.com/bcab9eacf3529758bb4fb677edb7cfab62a938ba Cr-Commit-Position: refs/heads/master@{#26035}

Patch Set 1 #

Total comments: 7

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -92 lines) Patch
M src/bootstrapper.cc View 1 4 chunks +17 lines, -7 lines 0 comments Download
M src/serialize.h View 4 chunks +14 lines, -8 lines 0 comments Download
M src/serialize.cc View 1 7 chunks +112 lines, -55 lines 0 comments Download
M src/snapshot.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot-common.cc View 2 chunks +9 lines, -5 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +129 lines, -16 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Yang
5 years, 11 months ago (2015-01-12 15:43:07 UTC) #1
Yang
https://codereview.chromium.org/846023002/diff/1/test/cctest/test-serialize.cc File test/cctest/test-serialize.cc (right): https://codereview.chromium.org/846023002/diff/1/test/cctest/test-serialize.cc#newcode557 test/cctest/test-serialize.cc:557: "})();"); Compared to the previous ContextSerialization test, this part ...
5 years, 11 months ago (2015-01-12 15:49:05 UTC) #2
jochen (gone - plz use gerrit)
lgtm with nits https://codereview.chromium.org/846023002/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/846023002/diff/1/src/bootstrapper.cc#newcode884 src/bootstrapper.cc:884: for (int i = 0; i ...
5 years, 11 months ago (2015-01-12 19:57:11 UTC) #3
Yang
https://codereview.chromium.org/846023002/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/846023002/diff/1/src/bootstrapper.cc#newcode884 src/bootstrapper.cc:884: for (int i = 0; i < outdated_contexts->length(); i++) ...
5 years, 11 months ago (2015-01-13 08:20:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/846023002/20001
5 years, 11 months ago (2015-01-13 08:20:44 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-13 08:48:05 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 08:48:17 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bcab9eacf3529758bb4fb677edb7cfab62a938ba
Cr-Commit-Position: refs/heads/master@{#26035}

Powered by Google App Engine
This is Rietveld 408576698