This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gij runs HelloWorld on PPC Linux


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]