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

Issue 1703823002: Replace slots buffer with remembered set. (Closed)

Created:
4 years, 10 months ago by ulan
Modified:
4 years, 10 months ago
CC:
Hannes Payer (out of office), ulan, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Replace slots buffer with remembered set. Slots pointing to evacuation candidates are now recorded in the new RememberedSet<OLD_TO_OLD>. The remembered set is extended to support typed slots. During parallel evacuation all migration slots are recorded in local slots buffers. After evacuation all local slots are added to the remembered set. BUG=chromium:578883 LOG=NO Committed: https://crrev.com/2285a99ef6f7d52f4f0c4d88a7db4224443ee152 Cr-Commit-Position: refs/heads/master@{#34212}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Fix large page iteration #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : rebase #

Total comments: 6

Patch Set 14 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+619 lines, -828 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap/incremental-marking.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -6 lines 0 comments Download
M src/heap/incremental-marking-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/heap/mark-compact.h View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +9 lines, -36 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 7 8 9 10 11 33 chunks +130 lines, -283 lines 0 comments Download
M src/heap/mark-compact-inl.h View 2 chunks +4 lines, -18 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +12 lines, -7 lines 0 comments Download
M src/heap/remembered-set.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +142 lines, -6 lines 0 comments Download
M src/heap/remembered-set.cc View 1 2 3 4 5 6 7 8 3 chunks +18 lines, -11 lines 0 comments Download
M src/heap/slot-set.h View 1 2 3 4 5 6 7 3 chunks +121 lines, -2 lines 0 comments Download
D src/heap/slots-buffer.h View 1 chunk +0 lines, -175 lines 0 comments Download
D src/heap/slots-buffer.cc View 1 chunk +0 lines, -164 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 5 6 7 8 8 chunks +47 lines, -21 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 5 chunks +14 lines, -4 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 4 5 6 7 8 3 chunks +33 lines, -19 lines 0 comments Download
M src/heap/store-buffer.h View 1 chunk +0 lines, -35 lines 0 comments Download
M src/heap/store-buffer-inl.h View 1 chunk +0 lines, -16 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 2 chunks +3 lines, -11 lines 0 comments Download
A test/unittests/heap/remembered-set-unittest.cc View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M test/unittests/heap/slot-set-unittest.cc View 1 2 3 4 5 2 chunks +30 lines, -2 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
ulan
PTAL
4 years, 10 months ago (2016-02-22 14:38:28 UTC) #5
ulan
PTAL
4 years, 10 months ago (2016-02-22 14:38:29 UTC) #6
jochen (gone - plz use gerrit)
lgtm with comments https://codereview.chromium.org/1703823002/diff/230001/src/heap/mark-compact-inl.h File src/heap/mark-compact-inl.h (right): https://codereview.chromium.org/1703823002/diff/230001/src/heap/mark-compact-inl.h#newcode76 src/heap/mark-compact-inl.h:76: RememberedSet<OLD_TO_OLD>::Insert(source_page, so we now just crash ...
4 years, 10 months ago (2016-02-23 13:10:54 UTC) #7
ulan
Thanks! https://codereview.chromium.org/1703823002/diff/230001/src/heap/mark-compact-inl.h File src/heap/mark-compact-inl.h (right): https://codereview.chromium.org/1703823002/diff/230001/src/heap/mark-compact-inl.h#newcode76 src/heap/mark-compact-inl.h:76: RememberedSet<OLD_TO_OLD>::Insert(source_page, On 2016/02/23 13:10:53, jochen wrote: > so ...
4 years, 10 months ago (2016-02-23 13:19:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1703823002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1703823002/250001
4 years, 10 months ago (2016-02-23 13:23:39 UTC) #11
commit-bot: I haz the power
Committed patchset #14 (id:250001)
4 years, 10 months ago (2016-02-23 13:52:44 UTC) #13
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/2285a99ef6f7d52f4f0c4d88a7db4224443ee152 Cr-Commit-Position: refs/heads/master@{#34212}
4 years, 10 months ago (2016-02-23 13:53:09 UTC) #15
ulan
4 years, 10 months ago (2016-02-24 09:47:34 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #14 id:250001) has been created in
https://codereview.chromium.org/1725073003/ by ulan@chromium.org.

The reason for reverting is: Revert because of canary crashes: crbug.com/589413.

Powered by Google App Engine
This is Rietveld 408576698