From: Panayotis K. <pan...@pa...> - 2011-06-08 17:23:33
|
On Jun 8, 2011, at 6:51 PM, Arno Puder wrote: > I cannot read this document because I have to agree to new terms and > condition of the iOS developer program and I don't want to just > blindly click on "I agree". Does anyone happen to know what these new > terms are? > > Coming back to the reference counting problem. This is already solved > with the C backend since we have a fully fledged garbage collector. > Except in some isolated parts of the wrapper library, there are no > more retain/releases in the generated code. > > Arno Even though, I believe that since this is recommended by Apple, I would suggest to follow their guidelines. Moreover, although I already know that the ObjC backend is not actively developed in favor of the C backend, I believe it worths it to support the ARC and I could start working with it. |