I don't really get this interest in garbage collection... the
autorelease pools take care of temporary variables, and accessors
take care of the longer term. Is GC being thrown in as a sop for
the buzzword programmers?
The nice thing about GC is that it helps you with retain cycles which
can be a major headache otherwise (especially in OO programs with a
large, interconnected graph of objects).
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden