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

Issue 1308163003: Oilpan: Give a chance to schedule a precise GC after V8 minor and major GCs (Closed)

Created:
5 years, 4 months ago by haraken
Modified:
5 years, 4 months ago
CC:
blink-reviews, oilpan-reviews, Mads Ager (chromium), vivekg_samsung, vivekg, blink-reviews-bindings_chromium.org, haraken, kouhei+heap_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Give a chance to schedule a precise GC after V8 minor and major GCs I manually created more than 80 Chromium builds with various GC parameters and investigated a way to reduce the peak memory increase in memory.top_7_stress. This CL reduces the peak memory of Blogger by 6%, WordPress by 3% etc. This CL does the following two things: - Finish completeSweep() before starting a V8 minor GC. - Give a chance to schedule a precise GC after V8 minor and major GCs. BUG=474470 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201050

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -18 lines) Patch
M Source/bindings/core/v8/V8GCController.cpp View 3 chunks +9 lines, -18 lines 0 comments Download
M Source/platform/heap/ThreadState.h View 2 chunks +6 lines, -0 lines 0 comments Download
M Source/platform/heap/ThreadState.cpp View 1 2 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
haraken
PTAL
5 years, 4 months ago (2015-08-23 23:47:37 UTC) #2
Yuta Kitamura
The change seems fair, LGTM.
5 years, 4 months ago (2015-08-24 03:59:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308163003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308163003/20001
5 years, 4 months ago (2015-08-24 04:00:37 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/platform/heap/ThreadState.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
5 years, 4 months ago (2015-08-24 05:11:55 UTC) #7
sof
https://codereview.chromium.org/1308163003/diff/20001/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (right): https://codereview.chromium.org/1308163003/diff/20001/Source/platform/heap/ThreadState.cpp#newcode667 Source/platform/heap/ThreadState.cpp:667: return judgeGCThreshold(1024 * 1024, 1.5 * (1 - estimatedRemovalRatio)); ...
5 years, 4 months ago (2015-08-24 05:12:35 UTC) #9
haraken
https://codereview.chromium.org/1308163003/diff/20001/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (right): https://codereview.chromium.org/1308163003/diff/20001/Source/platform/heap/ThreadState.cpp#newcode667 Source/platform/heap/ThreadState.cpp:667: return judgeGCThreshold(1024 * 1024, 1.5 * (1 - estimatedRemovalRatio)); ...
5 years, 4 months ago (2015-08-24 05:14:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308163003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308163003/40001
5 years, 4 months ago (2015-08-24 05:15:38 UTC) #13
commit-bot: I haz the power
5 years, 4 months ago (2015-08-24 06:56:16 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201050

Powered by Google App Engine
This is Rietveld 408576698