This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: Status of gcj/java on PPC Linux?
- To: khendricks at ivey dot uwo dot ca
- Subject: Re: Fwd: Status of gcj/java on PPC Linux?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Feb 2001 18:18:09 -0700
- Cc: Mark Wielaard <mark at klomp dot org>, java at gcc dot gnu dot org
- References: <200102081755.f18Htq923345@ashley.ivey.uwo.ca> <873ddohe4m.fsf@creche.redhat.com> <01020820140000.14554@localhost>
- Reply-To: tromey at redhat dot com
>>>>> "Kevin" == Kevin B Hendricks <khendricks@ivey.uwo.ca> writes:
Kevin> Is there a good java (c++?) program that will exercise this
Kevin> interface? Perferably one that passes alot of different
Kevin> arguments though the interface to help me detect errors in
Kevin> promotion, or alingment, or whatever?
There probably isn't one :-(
You can probably configure Mauve so that everything is compiled with
`gcj -C' and then run with `gij'. I've never tried this! But it
might be possible.
We should probably have a suite of tests for the interpreter.
Or maybe we could just change mauve.exp to run everything as bytecode
as well as compiling it.
Tom