From: Arno P. <ar...@pu...> - 2011-04-22 16:54:22
|
PS: when configuring the Boehm GC for your platform, you should use the following parameters: ./configure --enable-threads=posix --enable-thread-local-alloc --enable-parallel-mark Arno On 4/22/11 9:40 AM, Thomas Trocha wrote: > Hi there, I watch xmlvm for quite some time now and first of all I have > to say you are doing an incredible job! > > Lately I just wanted to test the posix-target to compile java to > native-code in linux and somehow got stuck with > garbage-collector-problems. There were some hints about removing the > boehmgc-files and to use -DXMLVM_NO_GC. (Where would I have to use this > -DXML...?) > > Nevertheless as you mentioned that the boehmgc is a more or less a > special one for iOS I tried to get it donewith my limited c/c > ++-knowledge. > And I got it work. For now only with boehmgc linked dynamically... So > for people interested have a look here: > > http://thomas.trocha.com/wp/?page_id=684 > > Maybe there is already an easyier fix and maybe it would have been > better to ask before starting :D...but hey that's the way to learn the > stuff, right? :D > > yours, dertom > > > > > ------------------------------------------------------------------------------ > Fulfilling the Lean Software Promise > Lean software platforms are now widely adopted and the benefits have been > demonstrated beyond question. Learn why your peers are replacing JEE > containers with lightweight application servers - and what you can gain > from the move. http://p.sf.net/sfu/vmware-sfemails > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |