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

Issue 304033004: InstanceCounter/Oilpan GC tracing: Add clang support (Closed)

Created:
6 years, 6 months ago by kouhei (in TOK)
Modified:
6 years, 6 months ago
Reviewers:
tkent, oilpan-reviews
CC:
blink-reviews, blink-reviews-wtf_chromium.org, Mikhail, abarth-chromium
Visibility:
Public.

Description

InstanceCounter/Oilpan GC tracing: Add clang support This CL fixes two issues: - Add clang support for InstanceCounter type resolver - Add a mutex when writing to objectgraph map. -- Oilpan GC marking phase is only run on single thread, however, weak processing are not. -- Heap wtf collection implementations may mark their back store on weak processing phase. BUG=378157 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175092

Patch Set 1 #

Patch Set 2 : objectGraphMutex #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M Source/platform/heap/Heap.cpp View 1 2 chunks +7 lines, -0 lines 1 comment Download
M Source/wtf/InstanceCounter.cpp View 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
kouhei (in TOK)
6 years, 6 months ago (2014-05-29 03:28:06 UTC) #1
kouhei (in TOK)
I'm trying to add mac clang support too. I'd appreciate if you would try to ...
6 years, 6 months ago (2014-05-29 03:29:11 UTC) #2
tkent
On 2014/05/29 03:29:11, kouhei wrote: > I'm trying to add mac clang support too. I'd ...
6 years, 6 months ago (2014-05-29 04:03:52 UTC) #3
kouhei (in TOK)
Thanks. Then the mac failure seems to be from other reason. Would you post stack ...
6 years, 6 months ago (2014-05-29 04:05:56 UTC) #4
tkent
On 2014/05/29 04:05:56, kouhei wrote: > Would you post stack trace of ASSERTION FAILED: !hasHash()? ...
6 years, 6 months ago (2014-05-29 04:09:57 UTC) #5
kouhei (in TOK)
On 2014/05/29 04:09:57, tkent wrote: > On 2014/05/29 04:05:56, kouhei wrote: > > Would you ...
6 years, 6 months ago (2014-05-29 05:40:24 UTC) #6
tkent
> Would you test patch set2 would fix? I can't repro consistently, but I haven't ...
6 years, 6 months ago (2014-05-29 12:42:59 UTC) #7
tkent
lgtm https://codereview.chromium.org/304033004/diff/20001/Source/platform/heap/Heap.cpp File Source/platform/heap/Heap.cpp (right): https://codereview.chromium.org/304033004/diff/20001/Source/platform/heap/Heap.cpp#newcode1475 Source/platform/heap/Heap.cpp:1475: AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex); This looks unnatural. ...
6 years, 6 months ago (2014-05-29 12:43:05 UTC) #8
kouhei (in TOK)
On 2014/05/29 12:43:05, tkent wrote: > lgtm > > https://codereview.chromium.org/304033004/diff/20001/Source/platform/heap/Heap.cpp > File Source/platform/heap/Heap.cpp (right): > ...
6 years, 6 months ago (2014-05-30 01:20:58 UTC) #9
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 6 months ago (2014-05-30 01:23:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/304033004/20001
6 years, 6 months ago (2014-05-30 01:24:30 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 01:25:23 UTC) #12
Message was sent while issue was closed.
Change committed as 175092

Powered by Google App Engine
This is Rietveld 408576698