This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: PR 1159/1412
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: PR 1159/1412
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 21 Mar 2001 12:39:55 -0500 (EST)
- cc: java at gcc dot gnu dot org
On 21 Mar 2001, Tom Tromey wrote:
> Are you running the `gcj -C' step with -O2 as well?
No. It seems nonsensical to use -O and -C together. (There are few truly
useful optimizations you can perform on bytecode anyway.) Although Sun's javac
understands -O, recent versions ignore it completely, and gcj -C should
probably do the same.
Jeff