I don't know what "codes" you've already written, but I'd seriously
look at using GC. It will save polluting your code with a whole lot of
fragile retain/release bookkeeping code and allow you to write your
application instead. Do you need to run pre-Obj-C 2.0 or Leopard?
Ian
On 31/10/2008, at 1:33 PM, Adriano Brandão wrote:
Hi guys,
I've been studying how to manage the memory using the counting
reference model. The correct way for doing this (I think) is to
implement its techniques while writing each part of the code. But,
if I want to implement them in the codes I've already written,
what's the best way to go? Is there any graphical representation of
what owns what? Or some place in the debug console where I can view
the retain values for each of my objects?
Thanks
Adriano
_______________________________________________
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