From: Steve H. <st...@xh...> - 2009-08-31 04:00:53
|
Thanks very much for your response. I will try your suggestions. My ultimate destination is Javascript, so the Objective-C backend is not an issue. I think using NestedVM as a front end to XMLVM creates exciting possibilities for your software. It opens up a whole new class of code, namely almost any program that can be compiled with gcc, as inputs to XMLVM. --Steve H. Arno Puder wrote: > the class file you attached to your bug report contained a string with > embedded binary data. That binary data was not properly escaped when > converted to XMLVM. I just submitted a patch that should fix this problem. > > Two comments: > > - the class file you try to convert is HUGE. You need to run XMLVM with > java -Xms32m -Xmx512m -jar dist/xmlvm.jar > otherwise you will run out of heap memory. > - you mentioned that this class file was generated from a C program. > If you plan to use the Objective-C backend you might consider to use > the original C file instead of going through XMLVM. After all, > Objective-C is a strict superset of C. > > Arno > > |