This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -fuse-divide-subroutine


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]