From: Wolfgang K. <wol...@xm...> - 2009-10-10 20:55:02
|
We make use of reference counting and the autorelease pool mechanism offered by Cocoa. Since reference counting is not as powerful as a full-fledged garbage collector there is a limitation with this approach: Using reference counting does not clean up unreferenced circular data structures, what a garbage collector of course would do. So you have to be a little bit careful to avoid this - otherwise the cross compiled application would have a memory leak. -- Wolfgang Panayotis Katsaloulis wrote: > I have this question: > > iPhone does not have GC, while Java is the only way to go. > Given that iPhone is a small device, with limited memory (and they > have disabled GC for a good reason), how is memory managed with XMLVM? > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |