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: Questions on schedule-insns and IA32


> > 2. In GCC v3.2.x is -fschedule-insns known to cause problems 
> > (mis-compilation or reduced performance) on IA32 or not?
> 
> It shouldn't cause mis-compilation.  However, because it isn't used by 
> default, it gets little or no testing on IA32, and thus there is a small 
> risk of latent bugs.

-fschedule-insns can increase the lifetime of hard registers, which can
cause reload failures for SMALL_REGISTER_CLASSES targets.


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