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

Issue 2178393002: Fix BlinkGC triggering so it is more sensitive to PartitionAlloc only allocations (Closed)

Created:
4 years, 4 months ago by keishi
Modified:
4 years, 4 months ago
Reviewers:
haraken, oilpan-reviews
CC:
chromium-reviews, blink-reviews, kouhei+heap_chromium.org, oilpan-reviews, Mads Ager (chromium)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix BlinkGC triggering so it is more sensitive to PartitionAlloc only allocations We were not triggering a BlinkGC when partition alloc grew a lot but Oilpan heap allocated object size was small. BUG=626082 Committed: https://crrev.com/9b5399503fe60d4939f60bfc5c6acd4131fe6208 Cr-Commit-Position: refs/heads/master@{#408102}

Patch Set 1 #

Total comments: 3

Patch Set 2 : use MemoryPressureGC #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -8 lines) Patch
M third_party/WebKit/Source/platform/heap/ThreadState.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.cpp View 1 5 chunks +9 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
haraken
https://codereview.chromium.org/2178393002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.cpp File third_party/WebKit/Source/platform/heap/ThreadState.cpp (left): https://codereview.chromium.org/2178393002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.cpp#oldcode511 third_party/WebKit/Source/platform/heap/ThreadState.cpp:511: #if PRINT_HEAP_STATS Shall we keep this line? https://codereview.chromium.org/2178393002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.cpp File ...
4 years, 4 months ago (2016-07-26 14:40:51 UTC) #2
keishi
https://codereview.chromium.org/2178393002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.cpp File third_party/WebKit/Source/platform/heap/ThreadState.cpp (right): https://codereview.chromium.org/2178393002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.cpp#newcode511 third_party/WebKit/Source/platform/heap/ThreadState.cpp:511: if (partitionAllocGrowingRate() >= heapGrowingRateThreshold) On 2016/07/26 14:40:51, haraken wrote: ...
4 years, 4 months ago (2016-07-26 15:46:13 UTC) #3
keishi
4 years, 4 months ago (2016-07-27 08:11:09 UTC) #5
haraken
Is PS2 ready for review?
4 years, 4 months ago (2016-07-27 08:33:52 UTC) #6
keishi
On 2016/07/27 08:33:52, haraken wrote: > Is PS2 ready for review? Yes, PTAL.
4 years, 4 months ago (2016-07-27 09:09:54 UTC) #7
haraken
LGTM
4 years, 4 months ago (2016-07-27 09:13:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2178393002/20001
4 years, 4 months ago (2016-07-27 10:07:42 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-27 12:39:57 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 12:41:16 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9b5399503fe60d4939f60bfc5c6acd4131fe6208
Cr-Commit-Position: refs/heads/master@{#408102}

Powered by Google App Engine
This is Rietveld 408576698