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

Issue 1330463002: [not for landing, heap] Parallel compaction in main GC pause (Closed)

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

Description

[heap] Parallel compaction in main GC pause Description: TODO ;) BUG=chromium:524425 LOG=N

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : Set page flags outside of concurrent execution #

Patch Set 14 : AtomicValue's for fragmentation stats #

Patch Set 15 : AtomicValue's for allocation limits #

Patch Set 16 : AtomicValue's for memory allocator size (including exeuctable) #

Patch Set 17 : CodeRange::ReserveBlock: Add mutex #

Patch Set 18 : Protect CodeMoveEvents with a mutex #

Patch Set 19 : More type issues #

Patch Set 20 : Rebase against new atomics #

Patch Set 21 : Concurrent access for high water mark #

Patch Set 22 : Fix signed'ness of water mark access #

Patch Set 23 : intptr_t vs size_t #

Patch Set 24 : intptr_t since we want to add negative deltas #

Patch Set 25 : Rebase and adjust MemoryChunk::kHeaderSize #

Patch Set 26 : Fix rebase #

Patch Set 27 : Call FlushICache with Isolate to avoid static accessor (which doesn't w/ multiple threads) #

Patch Set 28 : Provide FlushICache changes for all platforms #

Patch Set 29 : Remove Isolate::Current() on platforms not needed #

Patch Set 30 : Cleaning up a bit #

Patch Set 31 : Rebase #

Patch Set 32 : Fix compilation #

Patch Set 33 : Rebase #

Patch Set 34 : Rebase after ToT landing FlushICache changes #

Patch Set 35 : Rebase after ToT landing logging changes #

Patch Set 36 : Rebase after Tot landing evacuation changes #

Patch Set 37 : Rebase after Tot landing counter cleanup and CodeRange mutexes #

Patch Set 38 : Rebase: Remove obsolete changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -10 lines) Patch
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 2 chunks +5 lines, -0 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 6 chunks +172 lines, -9 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 10 chunks +80 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 2 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 49 (37 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/1330463002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/390001
5 years, 3 months ago (2015-09-04 07:56:16 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/7377)
5 years, 3 months ago (2015-09-04 07:57:37 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330463002/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/430001
5 years, 3 months ago (2015-09-04 09:11:49 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/1330463002/530001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/530001
5 years, 3 months ago (2015-09-08 08:11:03 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/7852)
5 years, 3 months ago (2015-09-08 08:37:46 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330463002/590001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/590001
5 years, 3 months ago (2015-09-08 10:18:14 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/6379)
5 years, 3 months ago (2015-09-08 10:20:44 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330463002/990001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/990001
5 years, 3 months ago (2015-09-11 09:58:58 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330463002/1010001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/1010001
5 years, 3 months ago (2015-09-11 10:36:52 UTC) #39
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-11 11:02:57 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330463002/1050001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330463002/1050001
5 years, 3 months ago (2015-09-11 13:42:39 UTC) #43
commit-bot: I haz the power
5 years, 3 months ago (2015-09-11 14:08:56 UTC) #45
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698