This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/4947
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 27 Nov 2001 02:06:07 -0000
- Subject: Re: java/4947
- Reply-to: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
[Get raw message]
The following reply was made to PR java/4947; it has been noted by GNATS.
From: Bryce McKinlay <bryce@waitaki.otago.ac.nz>
To: gcc-gnats@gcc.gnu.org, Philippe.Drauge@fr.thalesgroup.com,
gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:
Subject: Re: java/4947
Date: Tue, 27 Nov 2001 14:46:23 +1300
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4947&database=gcc
There are two things you could try:
1. Compile Orbacus from source code rather than bytecode (source->native
produces better code anyway)
2. Try the latest GCJ from CVS instead of 3.0.x
At a guess, this is probibly a bug with the bytecode->native compiler,
since you mentioned it worked with the interpreter.
regards
Bryce.