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

Issue 946163003: Prevent GCs when constructing GC mixin objects. (Closed)

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

Description

Prevent GCs when constructing GC mixin objects. R=haraken BUG=420515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190650

Patch Set 1 #

Patch Set 2 : Restrict visibility #

Patch Set 3 : add assert #

Total comments: 10

Patch Set 4 : Improve naming + optimize allocateOnHeapIndex() usage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -33 lines) Patch
M Source/platform/heap/Handle.h View 1 chunk +0 lines, -17 lines 0 comments Download
M Source/platform/heap/Heap.h View 1 2 3 4 chunks +85 lines, -16 lines 0 comments Download
M Source/platform/heap/ThreadState.h View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M Source/platform/heap/ThreadState.cpp View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M Source/platform/heap/Visitor.h View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
sof
Please take a look. I suggest we do this.
5 years, 10 months ago (2015-02-23 06:03:41 UTC) #2
haraken
https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/Heap.h#newcode1072 Source/platform/heap/Heap.h:1072: // vtabke after the constructors of all its subclasses ...
5 years, 10 months ago (2015-02-23 08:24:23 UTC) #4
sof
https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/ThreadState.cpp File Source/platform/heap/ThreadState.cpp (right): https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/ThreadState.cpp#newcode673 Source/platform/heap/ThreadState.cpp:673: if (UNLIKELY(m_noGCAllowedCount)) On 2015/02/23 08:24:23, haraken wrote: > > ...
5 years, 10 months ago (2015-02-23 08:30:20 UTC) #5
haraken
On 2015/02/23 08:30:20, sof wrote: > https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/ThreadState.cpp > File Source/platform/heap/ThreadState.cpp (right): > > https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/ThreadState.cpp#newcode673 > ...
5 years, 10 months ago (2015-02-23 08:47:18 UTC) #6
sof
On 2015/02/23 08:47:18, haraken wrote: > On 2015/02/23 08:30:20, sof wrote: > > > https://codereview.chromium.org/946163003/diff/40001/Source/platform/heap/ThreadState.cpp ...
5 years, 10 months ago (2015-02-23 08:50:39 UTC) #7
haraken
On 2015/02/23 08:50:39, sof wrote: > On 2015/02/23 08:47:18, haraken wrote: > > On 2015/02/23 ...
5 years, 10 months ago (2015-02-23 08:57:27 UTC) #8
sof
Thanks. If Oilpan alumni have feedback&comments on this one, I'd be most interested to hear ...
5 years, 10 months ago (2015-02-23 10:29:02 UTC) #10
sof
On 2015/02/23 08:57:27, haraken wrote: > On 2015/02/23 08:50:39, sof wrote: > > On 2015/02/23 ...
5 years, 10 months ago (2015-02-23 10:32:04 UTC) #11
haraken
LGTM
5 years, 10 months ago (2015-02-23 10:41:10 UTC) #12
sof
Last Oilpan bot run appears fine also, let's try this.
5 years, 10 months ago (2015-02-23 12:40:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/946163003/60001
5 years, 10 months ago (2015-02-23 12:41:20 UTC) #15
commit-bot: I haz the power
5 years, 10 months ago (2015-02-23 12:44:18 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190650

Powered by Google App Engine
This is Rietveld 408576698