This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Optimal Optimizations: A Very Preliminary Report


>>>>> Nathanael Nerode writes:

Nathanael> Hmm.  Which of our arches are out-of-order and which of them are 
Nathanael> in-order?  I believe that -fschedule-insns has been reported to make 
Nathanael> things worse on sh, powerpc, x86, and ia64.  :-/

	Out-of-order is not a characteristic of an architecture; for
instance, PowerPC processors are implemented in both in-order and
out-of-order designs.  -fschedule-insns sometimes helps and sometimes
hurts -- mainly causing problems due to over-speculation.

David


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