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

Issue 9297028: roll clang 148039:148911 (Closed)

Created:
8 years, 11 months ago by Nico
Modified:
8 years, 10 months ago
Reviewers:
hans
CC:
chromium-reviews, fischman+watch_chromium.org, pam+watch_chromium.org, ukai+watch_chromium.org
Visibility:
Public.

Description

roll clang 148039:148911 BUG=97532, 111806, 111208 (maybe?) TEST=none TBR=hans Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119637

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : indent is important! #

Patch Set 4 : no-null-dereference #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M build/common.gypi View 1 2 3 4 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/common/mac/objc_zombie.mm View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Nico
Quite intrusive this time :-/ shess: FYI for the objc_zombie.mm change. If you can think ...
8 years, 11 months ago (2012-01-29 00:28:36 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/9297028/7001
8 years, 11 months ago (2012-01-29 00:28:49 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/9297028/7001
8 years, 11 months ago (2012-01-29 04:44:00 UTC) #3
commit-bot: I haz the power
Change committed as 119637
8 years, 11 months ago (2012-01-29 09:02:12 UTC) #4
Alexei Svitkine (slow)
> shess: FYI for the objc_zombie.mm change. If you can think of a way to ...
8 years, 10 months ago (2012-01-29 17:21:33 UTC) #5
Nico
On 2012/01/29 17:21:33, Alexei Svitkine wrote: > > shess: FYI for the objc_zombie.mm change. If ...
8 years, 10 months ago (2012-01-29 17:42:43 UTC) #6
Brad Chen
This change seems to have induced a couple of problems in the Valgrind FYI bots ...
8 years, 10 months ago (2012-01-30 21:45:29 UTC) #7
Nico
On Mon, Jan 30, 2012 at 1:45 PM, <bradchen@google.com> wrote: > This change seems to ...
8 years, 10 months ago (2012-01-30 22:06:50 UTC) #8
Scott Hess - ex-Googler
On 2012/01/29 17:42:43, Nico wrote: > On 2012/01/29 17:21:33, Alexei Svitkine wrote: > > > ...
8 years, 10 months ago (2012-02-09 23:41:21 UTC) #9
Nico
8 years, 10 months ago (2012-02-09 23:46:19 UTC) #10
On 2012/02/09 23:41:21, shess wrote:
> On 2012/01/29 17:42:43, Nico wrote:
> > On 2012/01/29 17:21:33, Alexei Svitkine wrote:
> > > > shess: FYI for the objc_zombie.mm change. If you can think of a way to
not
> > > > access isa directly, that would be swell.
> > > 
> > > Could we use object_setClass() here?
> > 
> > See the comment 4 lines up that says "we don't use object_setClass() here
> > because that uses a memory barrier", hence me cc'ing shess :-)
> 
> I guess that means I shouldn't bother to continue with my change to use
> object_setClass().  Man, whoever wrote this was a genius!
> 
> Reading the runtime, I can't for the life of me tell if the use of
> OSAtomicCompareAndSwapPtrBarrier() would be of material impact or not.

This sounds like we might want to give object_setClass a try?

Powered by Google App Engine
This is Rietveld 408576698