On Thu, Mar 8, 2012 at 14:14, Shazron <[email protected]> wrote:

> Ref: https://issues.apache.org/jira/browse/CB-274
>
> I say we go ARC.
>

I think we need to support ARC.  The question is do we need to support NOT
using ARC as well.

Presumably there's some pattern of leaving your retain/release calls in the
code, #ifdef'd, so they aren't used when your project is using ARC, and are
used when your project isn't.  Eventually, in theory, everyone is using ARC
all the time (just like we were going to use GC all the time!!), and we can
remove the #ifdef'y bits.

-- 
Patrick Mueller
http://muellerware.org

Reply via email to