From: Markus H. <ma...@ti...> - 2011-05-18 15:02:24
|
Hi, Am 18.05.2011 um 16:22 schrieb Kevin Glass: > So, I've been working away on my little games using the Objective-C backend. I'm quite comfortable fiddling around with it and the objc-comatlib. However, I'd like to keep up to date, so I'd like to move to the posix backend. I have a few questions: > > - Do I still write against the Objective C compatibility libraries, I can't find any Java classes in the xml2c compatibility library? Yes you are using the same Java compatibility classes. > - Will I get a performance increase in moving? I seem to remember you were going from a stack based to a register based implementation for posix. CanÄt answer that, but you get garbage collection and don't need to release objects yourself anymore. > - How do I switch over, is it just a matter of changing the target or is the output completely different? replace the target iphone with target iphonec. > - Does it still output an xcode project - which I mangle :) yes. > - Are there missing bits from the posix backend that I'll need? (OpenGL, Sound Calls, Network, Resource access, Input). There is probably much missing, but it gets better every day. :) > > Thanks for any input, > > Kev > ------------------------------------------------------------------------------ > What Every C/C++ and Fortran developer Should Know! > Read this article and learn how Intel has extended the reach of its > next-generation tools to help Windows* and Linux* C/C++ and Fortran > developers boost performance applications - including clusters. > http://p.sf.net/sfu/intel-dev2devmay_______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |