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

Issue 1614953002: [heap] Cleanup: Remove WAS_SWEPT flag. (Closed)

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

Description

[heap] Cleanup: Remove WAS_SWEPT flag. - Completely rely on the concurrent sweeping state for SweepingCompleted() - Rename the state accordingly. CQ_EXTRA_TRYBOTS=tryserver.v8:v8_linux_arm64_gc_stress_dbg,v8_linux_gc_stress_dbg,v8_mac_gc_stress_dbg,v8_linux64_asan_rel,v8_linux64_tsan_rel,v8_mac64_asan_rel R=hpayer@chromium.org Committed: https://crrev.com/5eff5420545a39709928a98782609d486c6c9ec7 Cr-Commit-Position: refs/heads/master@{#33490}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Fix small bug (setting sweeping state) #

Total comments: 4

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -123 lines) Patch
M src/heap/heap.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/heap/mark-compact.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 15 chunks +23 lines, -46 lines 0 comments Download
M src/heap/spaces.h View 1 2 8 chunks +21 lines, -38 lines 0 comments Download
M src/heap/spaces.cc View 1 2 7 chunks +7 lines, -8 lines 0 comments Download
M src/heap/store-buffer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/heap/test-heap.cc View 1 chunk +0 lines, -27 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
Michael Lippautz
https://codereview.chromium.org/1614953002/diff/20001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1614953002/diff/20001/src/heap/mark-compact.cc#newcode731 src/heap/mark-compact.cc:731: pages.push_back(std::make_pair(p->LiveBytesFromFreeList(), p)); We only collect evacuation candidates at the ...
4 years, 11 months ago (2016-01-21 15:32:15 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1614953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1614953002/40001
4 years, 11 months ago (2016-01-21 15:35:23 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 15:58:35 UTC) #9
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1614953002/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1614953002/diff/40001/src/heap/mark-compact.cc#newcode3849 src/heap/mark-compact.cc:3849: remove this newline https://codereview.chromium.org/1614953002/diff/40001/src/heap/spaces.h File src/heap/spaces.h (right): https://codereview.chromium.org/1614953002/diff/40001/src/heap/spaces.h#newcode857 ...
4 years, 11 months ago (2016-01-25 11:15:44 UTC) #10
Michael Lippautz
https://codereview.chromium.org/1614953002/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1614953002/diff/40001/src/heap/mark-compact.cc#newcode3849 src/heap/mark-compact.cc:3849: On 2016/01/25 11:15:44, Hannes Payer wrote: > remove this ...
4 years, 11 months ago (2016-01-25 11:46:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1614953002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1614953002/60001
4 years, 11 months ago (2016-01-25 11:47:24 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 11 months ago (2016-01-25 12:33:06 UTC) #17
commit-bot: I haz the power
4 years, 11 months ago (2016-01-25 12:33:41 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5eff5420545a39709928a98782609d486c6c9ec7
Cr-Commit-Position: refs/heads/master@{#33490}

Powered by Google App Engine
This is Rietveld 408576698