This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: -fuse-divide-subroutine
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: -fuse-divide-subroutine
- From: Tom Tromey <tromey at redhat dot com>
- Date: 04 Dec 2000 10:31:08 -0700
- Cc: java-patches at sources dot redhat dot com
- References: <3A2B7AD8.EEC63B2E@albatross.co.nz>
- Reply-To: tromey at redhat dot com
Bryce> I notice that this option seems to have become the compiler's
Bryce> default at some stage. It isn't necessary on IA32, and can be
Bryce> quite expensive in some cases. Can't we turn it back off?
configure.host tries to disable it on x86 by using
-fno-use-divide-subroutine. Does this not work for you?
Tom