From: Arno P. <ar...@pu...> - 2011-06-08 18:03:25
|
I don't know yet what ARC is but just to note that we are in compliance with Apples guidelines. If ARC should make reference counting more efficient, then that is nice for the Objective-C backend, however, it is irrelevant for the C backend since we use a garbage collector. Arno On Jun 8, 2011, at 10:23 AM, Panayotis Katsaloulis <pan...@pa...> wrote: > > 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. > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers |