Re: Questions about Garbage Collection
Re: Questions about Garbage Collection
- Subject: Re: Questions about Garbage Collection
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 20 Nov 2008 11:03:01 -0700
On Nov 20, 2008, at 10:32 AM, Gordon Apple wrote:
Has anyone else had to go through this reverse transition?
I've usually done both at once, just in case.
Is GC really
that problematic?
It's not problematic per se, although it has some bugs here and there.
It's just different, and works best when you write an app from the
ground up to use GC, with all of your dependencies known in advance so
you don't get screwed over if you have to later add a framework that
either doesn't support GC or has problems with it.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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