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

Issue 2032393002: [heap] Uncommit unused large object page memory. (Closed)

Created:
4 years, 6 months ago by Hannes Payer (out of office)
Modified:
4 years, 6 months ago
Reviewers:
ulan
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] Uncommit unused large object page memory. As a first step I uncommit the memory on the main thread. Also to measure impact and stability of that optimization. In a follow-up CL, the uncommitting should be moved on the concurrent thread. BUG= Committed: https://crrev.com/d61a5c376ba51145dc4684e39d5d3a9ce75bcfa6 Cr-Commit-Position: refs/heads/master@{#36763}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 6

Patch Set 8 : #

Total comments: 4

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -2 lines) Patch
M src/base/platform/platform.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +23 lines, -0 lines 0 comments Download
M src/base/platform/platform-linux.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M src/base/platform/platform-macos.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M src/base/platform/platform-win32.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 5 6 7 8 9 4 chunks +7 lines, -1 line 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +43 lines, -1 line 0 comments Download
M test/cctest/heap/test-heap.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
Hannes Payer (out of office)
4 years, 6 months ago (2016-06-06 13:33:11 UTC) #4
ulan
https://codereview.chromium.org/2032393002/diff/120001/src/base/platform/platform-macos.cc File src/base/platform/platform-macos.cc (right): https://codereview.chromium.org/2032393002/diff/120001/src/base/platform/platform-macos.cc#newcode244 src/base/platform/platform-macos.cc:244: return munmap(free_start, free_size) == 0; Don't we need to ...
4 years, 6 months ago (2016-06-06 13:44:22 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/2032393002/diff/120001/src/base/platform/platform-macos.cc File src/base/platform/platform-macos.cc (right): https://codereview.chromium.org/2032393002/diff/120001/src/base/platform/platform-macos.cc#newcode244 src/base/platform/platform-macos.cc:244: return munmap(free_start, free_size) == 0; On 2016/06/06 13:44:22, ulan ...
4 years, 6 months ago (2016-06-06 14:42:44 UTC) #6
ulan
lgtm https://codereview.chromium.org/2032393002/diff/140001/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/2032393002/diff/140001/src/base/platform/platform.h#newcode340 src/base/platform/platform.h:340: // Releases the tail [free_start, free_start + size] ...
4 years, 6 months ago (2016-06-06 15:53:16 UTC) #7
Hannes Payer (out of office)
https://codereview.chromium.org/2032393002/diff/140001/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/2032393002/diff/140001/src/base/platform/platform.h#newcode340 src/base/platform/platform.h:340: // Releases the tail [free_start, free_start + size] of ...
4 years, 6 months ago (2016-06-06 15:56:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2032393002/190001
4 years, 6 months ago (2016-06-06 15:57:27 UTC) #11
commit-bot: I haz the power
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/2689) v8_linux_arm64_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-06 16:00:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2032393002/210001
4 years, 6 months ago (2016-06-06 16:06:59 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/8251) v8_win_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-06 16:30:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2032393002/230001
4 years, 6 months ago (2016-06-06 16:49:34 UTC) #21
commit-bot: I haz the power
Committed patchset #13 (id:230001)
4 years, 6 months ago (2016-06-06 17:17:53 UTC) #23
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/d61a5c376ba51145dc4684e39d5d3a9ce75bcfa6 Cr-Commit-Position: refs/heads/master@{#36763}
4 years, 6 months ago (2016-06-06 17:19:39 UTC) #25
Hannes Payer (out of office)
4 years, 6 months ago (2016-06-08 06:12:39 UTC) #26
Message was sent while issue was closed.
A revert of this CL (patchset #13 id:230001) has been created in
https://codereview.chromium.org/2043263002/ by hpayer@chromium.org.

The reason for reverting is: Needs fixing of slot set..

Powered by Google App Engine
This is Rietveld 408576698