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

Issue 2200333004: [serializer][heap] Record references in deserialized code objects. (Closed)

Created:
4 years, 4 months ago by ahaas
Modified:
4 years, 4 months ago
Reviewers:
ulan, Yang
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[serializer][heap] Record references in deserialized code objects. References in code objects to new-space embedded objects have to be recorded in a remembered set so that they get updated by the garbage collector. TEST=cctest/test-serialize/CodeSerializerEmbeddedObject R=ulan@chromium.org, yangguo@chromium.org Committed: https://crrev.com/7a1deffbd1b06c8edc0215f07dc4029e56cc8878 Cr-Commit-Position: refs/heads/master@{#38335}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -3 lines) Patch
M src/snapshot/deserializer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot/deserializer.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
ahaas
4 years, 4 months ago (2016-08-03 12:18:31 UTC) #1
Yang
lgtm. https://codereview.chromium.org/2200333004/diff/1/src/snapshot/deserializer.cc File src/snapshot/deserializer.cc (right): https://codereview.chromium.org/2200333004/diff/1/src/snapshot/deserializer.cc#newcode47 src/snapshot/deserializer.cc:47: isolate_->heap()->RecordWriteIntoCode(code, it.rinfo(), This entire for loop is duplicate ...
4 years, 4 months ago (2016-08-03 12:29:52 UTC) #4
ahaas
https://codereview.chromium.org/2200333004/diff/1/src/snapshot/deserializer.cc File src/snapshot/deserializer.cc (right): https://codereview.chromium.org/2200333004/diff/1/src/snapshot/deserializer.cc#newcode47 src/snapshot/deserializer.cc:47: isolate_->heap()->RecordWriteIntoCode(code, it.rinfo(), On 2016/08/03 at 12:29:52, Yang wrote: > ...
4 years, 4 months ago (2016-08-04 08:54:11 UTC) #9
Yang
lgtm
4 years, 4 months ago (2016-08-04 08:56:39 UTC) #10
ulan
lgtm, nice!
4 years, 4 months ago (2016-08-04 08:56:44 UTC) #11
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/2200333004/20001
4 years, 4 months ago (2016-08-04 09:34:30 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-04 09:36:40 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 09:40:06 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7a1deffbd1b06c8edc0215f07dc4029e56cc8878
Cr-Commit-Position: refs/heads/master@{#38335}

Powered by Google App Engine
This is Rietveld 408576698