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

Issue 471463002: Oilpan: trace part objects as per the GC plugin's wishes. (Closed)

Created:
6 years, 4 months ago by sof
Modified:
6 years, 4 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Oilpan: trace part objects as per the GC plugin's wishes. Following https://src.chromium.org/viewvc/chrome?view=rev&revision=287310, the Blink clang plugin insists that part objects are to be traced via Visitor's fallback method template<typename T>void trace(const T& t); Fix up some uses that were not. R=haraken BUG=340522 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180152

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Source/core/inspector/InspectorController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/WorkerInspectorController.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
sof
Please take a look.
6 years, 4 months ago (2014-08-13 07:35:57 UTC) #1
haraken
LGTM
6 years, 4 months ago (2014-08-13 07:42:35 UTC) #2
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 4 months ago (2014-08-13 07:43:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/471463002/1
6 years, 4 months ago (2014-08-13 07:44:19 UTC) #4
commit-bot: I haz the power
Change committed as 180152
6 years, 4 months ago (2014-08-13 07:44:49 UTC) #5
Mads Ager (chromium)
LGTM, thank you!!! Ian, we should update the plugin to do at least limited checks ...
6 years, 4 months ago (2014-08-13 07:45:21 UTC) #6
Mads Ager (chromium)
On 2014/08/13 07:45:21, Mads Ager (chromium) wrote: > LGTM, thank you!!! > > Ian, we ...
6 years, 4 months ago (2014-08-13 07:47:59 UTC) #7
sof
6 years, 4 months ago (2014-08-13 07:50:29 UTC) #8
Message was sent while issue was closed.
On 2014/08/13 07:47:59, Mads Ager (chromium) wrote:
> On 2014/08/13 07:45:21, Mads Ager (chromium) wrote:
> > LGTM, thank you!!!
> > 
> > Ian, we should update the plugin to do at least limited checks on the forms
of
> > trace calls that we see in trace methods.
> 
> Disregard that comment Ian, that is exactly what is going on here. :-)
> 
> One reason why this is really important (and I thought that was what prompted
> Sigbjorn to do this) is that the visitor overload will soon have a crucial
null
> vtable check: https://codereview.chromium.org/455363002/

Nah, just doing trivial stuff like building with a ToT version of the GC plugin
(the extra constraints on trace() usage in the referred-to CL is most welcome,
btw.)

Powered by Google App Engine
This is Rietveld 408576698