This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Small VM for Pocket Linux and Linux Desktop
- From: Tom Tromey <tromey at redhat dot com>
- To: IvanOoi <IvanOoi at netscape dot net>
- Cc: java at gcc dot gnu dot org
- Date: 07 Aug 2003 09:09:43 -0600
- Subject: Re: Small VM for Pocket Linux and Linux Desktop
- References: <3F319FDF.4090700@netscape.net>
- Reply-to: tromey at redhat dot com
>>>>> ">" == IvanOoi <IvanOoi@netscape.net> writes:
>> Ewesoft.com provide a JVM for Pocket Linux (Sharp Zaurus SL-5500),
>> Linux Desktop, Casio, PocketPC
>> and etc.... for free, actually it is an open source JVM for PDA. have
>> a look~ it is so small but rich in
>> library~ Is there anyway to compile this VM into native ?
gcj and libgcj are pretty closely linked. Something like this won't
be easy. For one thing, the interface between gcj and libgcj isn't
documented, and we probably won't be documenting it.
Tom