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

Issue 1596343004: [heap] Sort sweep pages list by free memory. (Closed)

Created:
4 years, 11 months ago by Michael Lippautz
Modified:
4 years, 11 months ago
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] Sort sweep pages list by free memory. Also restrict how many pages are swept during slow path allocation. BUG=chromium:524425 LOG=N Committed: https://crrev.com/2e481c15b77e733c8313ddc2c1e2ef9fda773b31 Cr-Commit-Position: refs/heads/master@{#33435}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressed comments #

Patch Set 3 : Fixed compilation #

Total comments: 1

Patch Set 4 : Adressed final comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -80 lines) Patch
M src/heap/mark-compact.h View 1 5 chunks +10 lines, -5 lines 0 comments Download
M src/heap/mark-compact.cc View 1 8 chunks +22 lines, -58 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 2 chunks +0 lines, -9 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
Michael Lippautz
- Performance neutral on a single run on v8.infinite_scroll. - Performance neutral on the microbenchmarks ...
4 years, 11 months ago (2016-01-19 14:59:50 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc#newcode3762 src/heap/mark-compact.cc:3762: void MarkCompactCollector::MoveEvacuationCandidatesToEndOfPagesList() { This logic is not needed anymore, ...
4 years, 11 months ago (2016-01-20 09:25:03 UTC) #3
Michael Lippautz
PTAL https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc#newcode3762 src/heap/mark-compact.cc:3762: void MarkCompactCollector::MoveEvacuationCandidatesToEndOfPagesList() { On 2016/01/20 09:25:03, Hannes Payer ...
4 years, 11 months ago (2016-01-20 11:11:16 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1596343004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1596343004/20001
4 years, 11 months ago (2016-01-20 11:47:30 UTC) #9
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/12084)
4 years, 11 months ago (2016-01-20 11:51:41 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1596343004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1596343004/40001
4 years, 11 months ago (2016-01-20 11:57:03 UTC) #13
Hannes Payer (out of office)
https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc#newcode3799 src/heap/mark-compact.cc:3799: for (Page* p : sweeping_list(space)) { On 2016/01/20 11:11:16, ...
4 years, 11 months ago (2016-01-20 12:08:19 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-20 12:32:37 UTC) #16
Michael Lippautz
On 2016/01/20 12:08:19, Hannes Payer wrote: > https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc > File src/heap/mark-compact.cc (right): > > https://codereview.chromium.org/1596343004/diff/1/src/heap/mark-compact.cc#newcode3799 ...
4 years, 11 months ago (2016-01-21 08:22:56 UTC) #17
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1596343004/diff/40001/src/heap/spaces.h File src/heap/spaces.h (right): https://codereview.chromium.org/1596343004/diff/40001/src/heap/spaces.h#newcode2146 src/heap/spaces.h:2146: static const int kMaxPagesSweptDuringSlowAllocation = 1; This one ...
4 years, 11 months ago (2016-01-21 10:35:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1596343004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1596343004/60001
4 years, 11 months ago (2016-01-21 12:03:24 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-21 12:50:11 UTC) #23
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 12:50:51 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2e481c15b77e733c8313ddc2c1e2ef9fda773b31
Cr-Commit-Position: refs/heads/master@{#33435}

Powered by Google App Engine
This is Rietveld 408576698