Re: GC pros and cons
Re: GC pros and cons
- Subject: Re: GC pros and cons
- From: Thomas Davie <email@hidden>
- Date: Sat, 27 Jun 2009 09:54:28 +0200
On 27 Jun 2009, at 01:27, James Gregurich wrote:
GC isn't nirvana. it does have its perils and issues, and you have
to be aware of them and code around them. You can't just turn it on
and some how everything magically works. There is no perfect
solution to memory management. I prefer a solution where I manage
the dependencies and objects go away in an orderly fashion based on
the dependency graph for those objects.
Uhhh, you mean a garbage collector? That's exactly what it does --
frees objects when nothing depends on them any more.
Bob
_______________________________________________
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