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

Issue 1871423002: [heap] Refactor Sweeper (Closed)

Created:
4 years, 8 months ago by Michael Lippautz
Modified:
4 years, 8 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

[heap] Refactor Sweeper - Additionally allow to commit late lists to an already started sweeper BUG=chromium:581412 LOG=N Committed: https://crrev.com/18d92181fb2a0714c4fc4b5c174ffcd2a4ef7680 Cr-Commit-Position: refs/heads/master@{#35432}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Fix uninitialized memory #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : One more API change useful for future changes #

Patch Set 9 : Fix typo #

Total comments: 18

Patch Set 10 : Addressed comments #

Total comments: 6

Patch Set 11 : Comments round 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -192 lines) Patch
M src/frames.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap/incremental-marking.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/mark-compact.h View 1 2 3 4 5 6 7 8 9 10 8 chunks +79 lines, -60 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 7 8 9 10 20 chunks +168 lines, -109 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +0 lines, -11 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -10 lines 0 comments Download

Messages

Total messages: 34 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871423002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871423002/130001
4 years, 8 months ago (2016-04-11 14:07:41 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_dbg_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/4077)
4 years, 8 months ago (2016-04-11 14:17:12 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/1871423002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871423002/130001
4 years, 8 months ago (2016-04-11 14:19:01 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/13457)
4 years, 8 months ago (2016-04-11 14:29:20 UTC) #12
Michael Lippautz
ptal
4 years, 8 months ago (2016-04-11 16:15:44 UTC) #14
Michael Lippautz
https://codereview.chromium.org/1871423002/diff/130001/src/heap/mark-compact.h File src/heap/mark-compact.h (right): https://codereview.chromium.org/1871423002/diff/130001/src/heap/mark-compact.h#newcode403 src/heap/mark-compact.h:403: class Sweeper { Sweeper is now untangled from MC ...
4 years, 8 months ago (2016-04-11 16:26:59 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871423002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871423002/170001
4 years, 8 months ago (2016-04-11 18:18:54 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-11 18:41:33 UTC) #19
Hannes Payer (out of office)
I like where this is going. A couple of comments. https://codereview.chromium.org/1871423002/diff/170001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1871423002/diff/170001/src/heap/mark-compact.cc#newcode504 ...
4 years, 8 months ago (2016-04-12 10:07:32 UTC) #20
Michael Lippautz
Thanks! Addressed all comments. https://codereview.chromium.org/1871423002/diff/170001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1871423002/diff/170001/src/heap/mark-compact.cc#newcode504 src/heap/mark-compact.cc:504: StartSweepingHelper(OLD_SPACE); On 2016/04/12 at 10:07:32, ...
4 years, 8 months ago (2016-04-12 11:41:28 UTC) #21
Hannes Payer (out of office)
lgtm with a few nits https://codereview.chromium.org/1871423002/diff/190001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1871423002/diff/190001/src/heap/mark-compact.cc#newcode496 src/heap/mark-compact.cc:496: std::sort(sweeping_list_[OLD_SPACE].begin(), sweeping_list_[OLD_SPACE].end(), Can you ...
4 years, 8 months ago (2016-04-12 16:26:11 UTC) #22
Michael Lippautz
https://codereview.chromium.org/1871423002/diff/190001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1871423002/diff/190001/src/heap/mark-compact.cc#newcode496 src/heap/mark-compact.cc:496: std::sort(sweeping_list_[OLD_SPACE].begin(), sweeping_list_[OLD_SPACE].end(), On 2016/04/12 16:26:11, Hannes Payer wrote: > ...
4 years, 8 months ago (2016-04-13 08:02:43 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871423002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871423002/210001
4 years, 8 months ago (2016-04-13 08:05:53 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 08:28:48 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871423002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871423002/210001
4 years, 8 months ago (2016-04-13 08:30:57 UTC) #30
commit-bot: I haz the power
Committed patchset #11 (id:210001)
4 years, 8 months ago (2016-04-13 08:33:19 UTC) #32
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 08:33:47 UTC) #34
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/18d92181fb2a0714c4fc4b5c174ffcd2a4ef7680
Cr-Commit-Position: refs/heads/master@{#35432}

Powered by Google App Engine
This is Rietveld 408576698