Excellent :)... Lee
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Cannasse Sent: 24 May 2006 14:06 To: Neko intermediate language mailing list Subject: Re: [Neko] embedded C++ > Hi Nicolas, > > > > Seeing as the Neko source uses minimal extra c++ libraries (if you can > call the garbage collector minimal), do you think it would be possible > to port the Neko VM to PPC devices? > > > > Lee Yes I think that the Neko VM is higly portable since it's almost entirely written in pure ANSI-C. As for the Boehm GC, I think it can run also on a wide variety of platforms. NekoVM is running on Mac which is already a PPC CPU. Smaller devices should work as well. Nicolas -- Neko : One VM to run them all (http://nekovm.org) -- Neko : One VM to run them all (http://nekovm.org)
