Re: Deadlock during NSCache flush
Re: Deadlock during NSCache flush
- Subject: Re: Deadlock during NSCache flush
- From: Greg Parker <email@hidden>
- Date: Thu, 24 Oct 2013 03:23:38 -0700
On Oct 24, 2013, at 3:10 AM, Maxthon Chan <email@hidden> wrote:
> Neither is appropriate in my situation: Only one touch-up is needed so converting entire file (even just one method since it is extremely long) to MRR is is inappropriate
Write a helper function in a separate non-ARC file.
Do not call objc_retain or objc_release or objc_autorelease directly.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
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