Re: Is "-init" really needed?
Re: Is "-init" really needed?
- Subject: Re: Is "-init" really needed?
- From: Jeremy Hughes <email@hidden>
- Date: Thu, 10 Aug 2017 15:24:52 +0100
> On 10 Aug 2017, at 15:15, Alastair Houghton <email@hidden>
> wrote:
>
> On 10 Aug 2017, at 15:09, Charles Srstka <email@hidden> wrote:
>>
>> They’re equivalent syntactically, but performance-wise, +array and friends
>> will cause the object to be put into an autorelease pool. Therefore, +new is
>> better for performance.
>
> Not with ARC they don’t. The ARC logic circumvents the autorelease pool in
> that case.
Are you sure?
We had a discussion about autorelease pools recently, and it seems that they’re
still used by Cocoa APIs (to support ARC and non-ARC code).
Jeremy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden