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

Issue 1913083002: [heap] Uncommit pooled pages concurrently (Closed)

Created:
4 years, 8 months ago by Michael Lippautz
Modified:
4 years, 7 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] Uncommit pooled pages concurrently - Move the concurrent unmapping to MemoryAllocator - Hide (private) members where possible - MemoryAllocator:Free is now the bottleneck for freeing - Pooled pages are either allocated from a set of pooled pages are obtained through work stealing from the concurrent unmapper BUG=chromium:605866, chromium:581412 LOG=N Committed: https://crrev.com/2158df87116906160cebc3ad20c97f454822da03 Cr-Commit-Position: refs/heads/master@{#35797}

Patch Set 1 : #

Patch Set 2 : Reworked to support stealing #

Patch Set 3 : Fix stealing ;) #

Patch Set 4 : Exclude executable pages from pooling #

Total comments: 8

Patch Set 5 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -149 lines) Patch
M src/deoptimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.h View 3 chunks +0 lines, -12 lines 0 comments Download
M src/heap/heap.cc View 3 chunks +0 lines, -74 lines 0 comments Download
M src/heap/mark-compact.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 6 chunks +96 lines, -18 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 14 chunks +109 lines, -40 lines 0 comments Download
M test/cctest/heap/test-spaces.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (22 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/1913083002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/20001
4 years, 8 months ago (2016-04-22 11:33:35 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/606) v8_linux64_asan_rel_ng_triggered on ...
4 years, 8 months ago (2016-04-22 11:51:47 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/1913083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/40001
4 years, 8 months ago (2016-04-22 13:26:33 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-22 13:50:28 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/1913083002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/60001
4 years, 8 months ago (2016-04-25 12:09:24 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/672) v8_linux64_asan_rel_ng_triggered on ...
4 years, 8 months ago (2016-04-25 12:40:01 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913083002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/100001
4 years, 8 months ago (2016-04-25 16:04:38 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-25 16:31:34 UTC) #24
Michael Lippautz
PTAL
4 years, 8 months ago (2016-04-26 12:23:07 UTC) #26
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1913083002/diff/100001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1913083002/diff/100001/src/heap/spaces.cc#newcode394 src/heap/spaces.cc:394: // Large chunks. This is not just large ...
4 years, 8 months ago (2016-04-26 13:01:27 UTC) #27
Michael Lippautz
https://codereview.chromium.org/1913083002/diff/100001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1913083002/diff/100001/src/heap/spaces.cc#newcode394 src/heap/spaces.cc:394: // Large chunks. On 2016/04/26 13:01:27, Hannes Payer wrote: ...
4 years, 8 months ago (2016-04-26 13:57:51 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913083002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/120001
4 years, 8 months ago (2016-04-26 13:58:05 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-26 14:22:34 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913083002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913083002/120001
4 years, 7 months ago (2016-04-26 16:41:49 UTC) #35
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 7 months ago (2016-04-26 16:44:17 UTC) #36
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/2158df87116906160cebc3ad20c97f454822da03 Cr-Commit-Position: refs/heads/master@{#35797}
4 years, 7 months ago (2016-04-26 16:45:53 UTC) #38
Michael Hablich
4 years, 7 months ago (2016-04-27 12:39:12 UTC) #39
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:120001) has been created in
https://codereview.chromium.org/1925563003/ by hablich@chromium.org.

The reason for reverting is: Creates a spike of OOM(v8) crashers on Win32..

Powered by Google App Engine
This is Rietveld 408576698