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

Issue 1160143002: Oilpan: Always enter a GCScope when we run a GC (Closed)

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

Description

Oilpan: Always enter a GCScope when we run a GC Currently a thread-termination GC doesn't enter a GCScope but I want to make sure that we always enter a GCScope (which keeps track of the status of the current GC) when we run a GC. This CL makes a thread-termination GC enter a GCScope. This is a preparation for landing https://codereview.chromium.org/1159773004/ BUG=490087 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196155

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -20 lines) Patch
M Source/platform/heap/Heap.cpp View 1 2 5 chunks +29 lines, -17 lines 0 comments Download
M Source/platform/heap/ThreadState.h View 3 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebHeap.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
haraken
PTAL Maybe you can land https://codereview.chromium.org/1145423009/ first.
5 years, 6 months ago (2015-05-29 10:49:48 UTC) #2
sof
On 2015/05/29 10:49:48, haraken wrote: > PTAL > > Maybe you can land https://codereview.chromium.org/1145423009/ first. ...
5 years, 6 months ago (2015-05-29 10:55:35 UTC) #3
sof
https://codereview.chromium.org/1160143002/diff/20001/Source/platform/heap/Heap.cpp File Source/platform/heap/Heap.cpp (right): https://codereview.chromium.org/1160143002/diff/20001/Source/platform/heap/Heap.cpp#newcode133 Source/platform/heap/Heap.cpp:133: // FIXME: in an unlikely coincidence that two threads ...
5 years, 6 months ago (2015-05-29 13:14:07 UTC) #4
haraken
https://codereview.chromium.org/1160143002/diff/20001/Source/platform/heap/Heap.cpp File Source/platform/heap/Heap.cpp (right): https://codereview.chromium.org/1160143002/diff/20001/Source/platform/heap/Heap.cpp#newcode133 Source/platform/heap/Heap.cpp:133: // FIXME: in an unlikely coincidence that two threads ...
5 years, 6 months ago (2015-05-29 14:42:27 UTC) #5
sof
thanks for clarifying, lgtm.
5 years, 6 months ago (2015-05-29 14:44:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1160143002/40001
5 years, 6 months ago (2015-05-29 14:46:27 UTC) #8
commit-bot: I haz the power
5 years, 6 months ago (2015-05-29 15:53:45 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196155

Powered by Google App Engine
This is Rietveld 408576698