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

Issue 1881423003: [heap] Better integrate handling of aborted compaction pages (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] Better integrate handling of aborted compaction pages - Get rid of fixing up pointers on the main thread - Get rid of sweeping on the main thread Instead: - Record (and process afterwards) slots in parallel - Add the pages to the concurrent sweeper as pointers have already been fixed BUG=chromium:581412 LOG=N TEST=cctest/test-compaction/* Committed: https://crrev.com/2e4f57774d4993f9f98332d3b2469280ee10beca Cr-Commit-Position: refs/heads/master@{#35451}

Patch Set 1 #

Patch Set 2 : Get rid of COMPACTION_WAS_ABORTED flag (dead code) #

Patch Set 3 : Remove outdated DCHECK #

Patch Set 4 : Fix handling of aborted pages wrt. DCHECKs #

Patch Set 5 : Bring back COMPACTION_WAS_ABORTED to have better DCHECK coverage #

Patch Set 6 : Rebase on sweeper round 2 refactoring #

Patch Set 7 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -62 lines) Patch
M src/heap/mark-compact.h View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 7 chunks +31 lines, -58 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/heap/test-compaction.cc View 1 2 3 4 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (18 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/1881423003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/1
4 years, 8 months ago (2016-04-13 09:20:09 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/10004 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/10004
4 years, 8 months ago (2016-04-13 09:40:38 UTC) #4
Hannes Payer (out of office)
lgtm
4 years, 8 months ago (2016-04-13 09:56:08 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/5733) v8_win64_rel_ng_triggered on ...
4 years, 8 months ago (2016-04-13 09:58:09 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/50001
4 years, 8 months ago (2016-04-13 10:45:04 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/16110) v8_linux64_rel_ng on ...
4 years, 8 months ago (2016-04-13 10:47:55 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/70001
4 years, 8 months ago (2016-04-13 11:00:24 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/54) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 8 months ago (2016-04-13 11:16:20 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/90001
4 years, 8 months ago (2016-04-13 11:28:35 UTC) #19
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/4186) v8_linux_dbg_ng_triggered on ...
4 years, 8 months ago (2016-04-13 11:51:29 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/130001
4 years, 8 months ago (2016-04-13 14:20:31 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 14:44:41 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881423003/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881423003/130001
4 years, 8 months ago (2016-04-13 16:09:40 UTC) #29
commit-bot: I haz the power
Committed patchset #7 (id:130001)
4 years, 8 months ago (2016-04-13 16:12:04 UTC) #31
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/2e4f57774d4993f9f98332d3b2469280ee10beca Cr-Commit-Position: refs/heads/master@{#35451}
4 years, 8 months ago (2016-04-13 16:12:44 UTC) #33
Michael Lippautz
4 years, 8 months ago (2016-04-13 18:45:00 UTC) #34
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:130001) has been created in
https://codereview.chromium.org/1890553002/ by mlippautz@chromium.org.

The reason for reverting is: Breaks:
https://uberchromegw.corp.google.com/i/client.v8.ports/builders/V8%20Linux%20...

RecordMigratedSlotVisitor is not safe to use on code pages..

Powered by Google App Engine
This is Rietveld 408576698