On 11 Sep 2013, at 11:37, Jean-Daniel Dupas <devli...@shadowlab.org> wrote:
> > Yes. it works to disable ARC for arguments and other local variables. I > managed to reduce the ARC impact a little further by applying it to some > arguments in hot paths. > > > -- Jean-Daniel I would have thought that you would get most bang for your buck by optimising decalloc methods? If I've understood what is being said: [someObject someMehtod:,myObject]; Causes the compiler to add extra retains? If so, then, in my experience, dealloc tends to triggers the release of a whole network of dealloc's and if they are all doing the same extra retain calls, then it would surely impact performance? Cheers Dave _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com