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

Issue 2003553002: [heap] Introduce a new remembered set for typed pointers from old to new. (Closed)

Created:
4 years, 7 months ago by ahaas
Modified:
4 years, 7 months ago
Reviewers:
titzer, ulan
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

[heap] Introduce a new remembered set for typed pointers from old to new. R=ulan@chromium.org, titzer@chromium.org Committed: https://crrev.com/ff69ca7845a7dedfec3e9c2508c8051641314722 Cr-Commit-Position: refs/heads/master@{#36431}

Patch Set 1 #

Patch Set 2 : Remove the mode of the MemoryChunkIterator. #

Total comments: 7

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -135 lines) Patch
M src/heap/heap.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 chunks +20 lines, -117 lines 1 comment Download
M src/heap/remembered-set.h View 1 2 10 chunks +155 lines, -11 lines 0 comments Download
M src/heap/spaces.h View 1 6 chunks +8 lines, -3 lines 0 comments Download
M src/heap/spaces.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
ahaas
4 years, 7 months ago (2016-05-20 11:25:16 UTC) #1
ahaas
On 2016/05/20 at 11:25:16, ahaas wrote: > I removed the mode from of the MemoryChunkIterator.
4 years, 7 months ago (2016-05-20 11:45:00 UTC) #2
titzer
https://codereview.chromium.org/2003553002/diff/20001/src/heap/remembered-set.h File src/heap/remembered-set.h (right): https://codereview.chromium.org/2003553002/diff/20001/src/heap/remembered-set.h#newcode18 src/heap/remembered-set.h:18: template <PointerDirection direction> (meta question) Does this class really ...
4 years, 7 months ago (2016-05-20 11:47:37 UTC) #3
ulan
Looking good, two comments https://codereview.chromium.org/2003553002/diff/20001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2003553002/diff/20001/src/heap/mark-compact.cc#newcode3402 src/heap/mark-compact.cc:3402: RememberedSet<OLD_TO_OLD>::RemoveRangeTyped(page, start, end); RememberedSet<OLD_TO_NEW>::RemoveRangeTyped(page, start, ...
4 years, 7 months ago (2016-05-20 12:48:13 UTC) #4
ahaas
https://codereview.chromium.org/2003553002/diff/20001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2003553002/diff/20001/src/heap/mark-compact.cc#newcode3402 src/heap/mark-compact.cc:3402: RememberedSet<OLD_TO_OLD>::RemoveRangeTyped(page, start, end); On 2016/05/20 at 12:48:12, ulan wrote: ...
4 years, 7 months ago (2016-05-20 13:20:16 UTC) #5
ulan
https://codereview.chromium.org/2003553002/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2003553002/diff/40001/src/heap/mark-compact.cc#newcode3576 src/heap/mark-compact.cc:3576: UpdateSlot); We need to call CheckAndUpdateOldToNewSlot instead of UpdateSlot ...
4 years, 7 months ago (2016-05-20 13:24:25 UTC) #6
ahaas
On 2016/05/20 at 13:24:25, ulan wrote: > https://codereview.chromium.org/2003553002/diff/40001/src/heap/mark-compact.cc > File src/heap/mark-compact.cc (right): > > https://codereview.chromium.org/2003553002/diff/40001/src/heap/mark-compact.cc#newcode3576 ...
4 years, 7 months ago (2016-05-23 08:19:33 UTC) #7
ulan
LGTM https://codereview.chromium.org/2003553002/diff/60001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2003553002/diff/60001/src/heap/mark-compact.cc#newcode3585 src/heap/mark-compact.cc:3585: return CheckAndUpdateOldToNewSlot( For separate CL: We would need ...
4 years, 7 months ago (2016-05-23 08:40:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003553002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003553002/60001
4 years, 7 months ago (2016-05-23 08:59:17 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-23 09:01:24 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 09:01:42 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ff69ca7845a7dedfec3e9c2508c8051641314722
Cr-Commit-Position: refs/heads/master@{#36431}

Powered by Google App Engine
This is Rietveld 408576698