From: Arno P. <ar...@pu...> - 2011-01-21 16:31:13
|
what Panayotis meant to say is that the C backend is not yet ready for prime time, so we suggest you use the Objective-C backend for now. Once the C backend is the default, it will be more complete than the Objective-C counterpart. The C backend (already today) can cross-compile Apache Harmony (a J2SE implementation). The Objective-C backend cannot do this because it can't handle certain kinds of polymorphisms in Java. You can take a look at src/test/PolymorphismTest that cannot be compiled by the Objective-C backend. Then we have integrated a full Garbage Collector in the C backend. The Objective-C backend still relies on reference counting and it happens *very* quickly that your application contains a cycle in the data structure and therefore leaks memory. These are just two things where the new backend is superior. We are making good progress with the C backend. All of our internal iPhone demos almost work. Next we make the Android Compat Lib cross-compile with the C backend. Once that works, we are ready to switch to the new backend. Arno On 1/21/11 6:06 AM, Tomas Vestelind wrote: > I see. > > When I say that these features work I just mean no obvious bugs when I > used them. Overall I'm very impressed with how most things just work and > I program like I was programming Java and not Obj-C. > > But, I feel like I'm not contributing so much to the discussion. I just > wanted to share my experience as another XMLVM beginner. > > Best regards, > Tomas > > 2011/1/21 Panayotis Katsaloulis <pan...@pa... > <mailto:pan...@pa...>> > > > On 21 Ιαν 2011, at 2:09 μ.μ., Tomas Vestelind wrote: > > > Ok, what is the issue? I mean, I've only done basic things and so > far it works.. > > The problem is in more advance usage, like the System.arraycopy or > the array produced by NSData etc. > > For basic usage the implementation is all right. > > > > -- > Quand on veut un mouton, c'est la preuve qu'on existe > > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |