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

Issue 1446523003: [heap] Use cancelable tasks during compaction. (Closed)

Created:
5 years, 1 month ago by Michael Lippautz
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Michael Hablich
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Use cancelable tasks during compaction. This way we can properly cancel them on the main thread in case they never get scheduled by the platform. BUG=chromium:524425 LOG=N CQ_EXTRA_TRYBOTS=tryserver.v8:v8_linux_arm64_gc_stress_dbg;tryserver.v8:v8_linux_gc_stress_dbg;tryserver.v8:v8_mac_gc_stress_dbg;tryserver.v8:v8_linux64_msan_rel;tryserver.v8:v8_linux64_tsan_rel;tryserver.v8:v8_mac64_asan_rel Committed: https://crrev.com/60e8ae51204dc753ddd183720350e4e64bab39e5 Cr-Commit-Position: refs/heads/master@{#32007}

Patch Set 1 #

Patch Set 2 : Simplifications / parallel compacton enabled #

Patch Set 3 : Further simplifications / parallel compaction disabled #

Total comments: 3

Patch Set 4 : Addressed comment #

Total comments: 2

Patch Set 5 : Added StartParallelCompaction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -29 lines) Patch
M src/heap/mark-compact.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 chunks +38 lines, -25 lines 0 comments Download

Messages

Total messages: 21 (8 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/1446523003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1446523003/20001
5 years, 1 month ago (2015-11-14 02:57:55 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-15 02:26:08 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/1446523003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1446523003/40001
5 years, 1 month ago (2015-11-15 12:54:32 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-15 14:55:11 UTC) #9
Michael Lippautz
PTAL https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc#newcode3227 src/heap/mark-compact.cc:3227: // Try to cancel compaction tasks that have ...
5 years, 1 month ago (2015-11-16 08:08:29 UTC) #11
Hannes Payer (out of office)
On 2015/11/16 08:08:29, Michael Lippautz wrote: > PTAL > > https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc > File src/heap/mark-compact.cc (right): ...
5 years, 1 month ago (2015-11-16 11:04:03 UTC) #12
Hannes Payer (out of office)
https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc#newcode3227 src/heap/mark-compact.cc:3227: // Try to cancel compaction tasks that have not ...
5 years, 1 month ago (2015-11-16 11:06:24 UTC) #13
Michael Lippautz
https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1446523003/diff/40001/src/heap/mark-compact.cc#newcode3227 src/heap/mark-compact.cc:3227: // Try to cancel compaction tasks that have not ...
5 years, 1 month ago (2015-11-16 11:22:34 UTC) #14
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1446523003/diff/60001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1446523003/diff/60001/src/heap/mark-compact.cc#newcode3217 src/heap/mark-compact.cc:3217: CompactionTask* task = To be in sync, we ...
5 years, 1 month ago (2015-11-16 11:31:19 UTC) #15
Michael Lippautz
https://codereview.chromium.org/1446523003/diff/60001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1446523003/diff/60001/src/heap/mark-compact.cc#newcode3217 src/heap/mark-compact.cc:3217: CompactionTask* task = On 2015/11/16 11:31:19, Hannes Payer wrote: ...
5 years, 1 month ago (2015-11-16 12:06:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1446523003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1446523003/80001
5 years, 1 month ago (2015-11-16 12:08:28 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-16 13:28:52 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 13:29:29 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/60e8ae51204dc753ddd183720350e4e64bab39e5
Cr-Commit-Position: refs/heads/master@{#32007}

Powered by Google App Engine
This is Rietveld 408576698