This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij runs HelloWorld on PPC Linux
- To: jeff dot sturm at appnet dot com
- Subject: Re: gij runs HelloWorld on PPC Linux
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Mon, 12 Feb 2001 12:11:18 +1300
- CC: Mark Wielaard <mark at klomp dot org>, "Kevin B . Hendricks" <khendricks at ivey dot uwo dot ca>, Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10102111602030.23857-100000@cc42593-a>
jeff.sturm@appnet.com wrote:
> On Sun, 11 Feb 2001, Mark Wielaard wrote:
> > > gij Final
> > >
> > > (this returns the string "this should not happen" which is incorrect)
> > Same here:
> > $ gij Final
> > This should not happen
> >
> > > gij Primes
> > >
> > > (this seems to run in an infinite loop never printing any Primes)
> > Although this class takes a while (more then 30 seconds) it does
> > print primes and finishes eventually. (output attached)
>
> Those results match mine on Alpha. The erroneous Final output is caused
> by a bug in the interpreter. One possible fix is:
FWIW, I get the same result from Final, but Primes works fine for me on x86.
It completes in 12s on a mobile P3-650 (compared to 2.5s for the compiled
version).
regards
[ bryce ]