From: Arno P. <ar...@pu...> - 2011-06-08 15:51:38
|
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 On Jun 8, 2011, at 6:49 AM, Panayotis Katsaloulis <pan...@pa...> wrote: > Hello all! > > When digging the iOS 5 documentation, I found this: > > https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS5.html#//apple_ref/doc/uid/TP30915195-SW4 > > I believe this is very interesting and XMLVM should consider implementing it :) > It seems that more or less it does what we already do. > If we can indeed get rid of the many retain/release methods and let the compiler decide about it, it would be a great benefit for this project. > ------------------------------------------------------------------------------ > 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 |