From: Arno P. <ar...@pu...> - 2012-01-05 17:36:50
|
the Objective-C backend still uses reference counting. This will never change since there is no way to intercept alloc/init to make it work with the GC. The C backend has a fully functional GC that gets bundled with the generated Xcode project (--target=iphonec). We already use the finalize() mechanism of the GC in the wrapper classes to release iOS resources. Arno On 1/5/12 6:35 AM, Mark Wolfskehl wrote: > Hi, > > What is the current state of the garbage collection in xmlvm? Is a full > garbage collector implemented, or is it limited to reference counting? > > Thanks! > Mark Wolfskehl > > PS In regards to the person who was interested in .NET to iOS support, > why not just use MonoTouch, which supports C# on iOS and Android? > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |