This is the mail archive of the
gcc-bugs@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: gcc-gnats at gcc dot gnu dot org, Philippe dot Drauge at fr dot thalesgroup dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Tue, 27 Nov 2001 14:46:23 +1300
- Subject: Re: java/4947
[Get raw message]
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.