This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: Using gcj to compile java
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric <eric at semsyn dot com>
- Cc: Bryce McKinlay <mckinlay at redhat dot com>, java at gcc dot gnu dot org
- Date: 28 Jul 2005 19:20:16 -0600
- Subject: Re: Fwd: Using gcj to compile java
- References: <20050729011009.19652.qmail@web33301.mail.mud.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric <eric@semsyn.com> writes:
Eric> Yea, that's got it. Thanks a lot. Sorry to seem like a
Eric> simpleton, but I'm a Lisp guy. For reasons that will remain
Eric> unmentioned, I am using the abcl compiler to generate java
Eric> bytecode from Lisp source. But the interpreter overhead is
Eric> killing me. So the obvious answer of course is to then run
Eric> things thru gcj :-)
Clearly the next thing is to teach abcl how to invoke gcj for you :-)
I think the 'nice' programming language can do this...
Tom