On Wed, Apr 4, 2012 at 17:14, David Chisnall <[email protected]> wrote:

> ARC is very different from a garbage collector.  For one thing, it is
> deterministic.  Retains and releases still happen in the same order and at
> the same times, you just don't have to think about them.  It isn't doing
> anything magic, it's just doing (a more efficient implementation of) the
> same thing that you do with manual retain and release messages.  Oh, and
> you get zeroing weak references too.
>

It does make sense, but I still like being in control. :-)

I guess I'll reconsider some time in the future.
-- 
Ivan Vučica - [email protected]
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to