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

Issue 1295713003: Oilpan: A precise GC should be prioritized than an idle GC (Closed)

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

Description

Oilpan: A precise GC should be prioritized than an idle GC For now, this CL doesn't change any behavior since there is no opportunity where precise GCs and idle GCs are scheduled at the same time. (If ENABLE(IDLE_GC) is on, precise GCs are disabled. Otherwise, idle GCs are disabled.) However, we're planning to mix precise GCs and idle GCs in the near future. At that point, a precise GC needs to be more prioritized than an idle GC. Specifically, this CL makes a change so that a precise GC is scheduled when an idle GC is scheduled. BUG=474470 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200706

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M Source/platform/heap/ThreadState.cpp View 1 chunk +0 lines, -2 lines 3 comments Download

Messages

Total messages: 12 (3 generated)
haraken
5 years, 4 months ago (2015-08-18 02:38:15 UTC) #2
haraken
PTAL https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (right): https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp#newcode654 Source/platform/heap/ThreadState.cpp:654: return false; yutak@: After landing this change, you ...
5 years, 4 months ago (2015-08-18 02:39:53 UTC) #3
Yuta Kitamura
https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (left): https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp#oldcode654 Source/platform/heap/ThreadState.cpp:654: return false; Let me confirm my understanding of this ...
5 years, 4 months ago (2015-08-18 03:06:28 UTC) #4
haraken
https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (left): https://codereview.chromium.org/1295713003/diff/1/Source/platform/heap/ThreadState.cpp#oldcode654 Source/platform/heap/ThreadState.cpp:654: return false; On 2015/08/18 03:06:28, Yuta Kitamura wrote: > ...
5 years, 4 months ago (2015-08-18 03:45:23 UTC) #5
Yuta Kitamura
OK, LGTM.
5 years, 4 months ago (2015-08-18 04:41:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295713003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295713003/1
5 years, 4 months ago (2015-08-18 04:42:44 UTC) #8
sof
lgtm. IDLE_GC=0 isn't used by current build configs, so presumably this has been tested with ...
5 years, 4 months ago (2015-08-18 05:52:08 UTC) #10
haraken
On 2015/08/18 05:52:08, sof wrote: > lgtm. > > IDLE_GC=0 isn't used by current build ...
5 years, 4 months ago (2015-08-18 06:10:14 UTC) #11
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 06:35:44 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200706

Powered by Google App Engine
This is Rietveld 408576698