This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
any advantage to compiling libgcj with -O3?
- From: Andrew Haley <aph at redhat dot com>
- To: Adam Megacz <adam at megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 12 Oct 2002 10:45:03 +0100 (BST)
- Subject: any advantage to compiling libgcj with -O3?
- References: <8665w89t2m.fsf@nowhere.com>
Adam Megacz writes:
>
> Is there any advantage to compiling libgcj with -O3 or higher? Why is
> -O2 the default?
There are bugs in the inliner. I'm going to check in some patches in
the next few days, then we can try turning on -O3.
Andrew.