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]

if conversion running all the time



Hi,

I noticed that the two if-conversion passes run on a normal compile on 
a i386 target on gcc 3.0. My understanding is that if-conversion on i386 
can only do anything on i386 when CMOV/FCMOV are enabled (-march=686), because
the architecture has no other conditional instructions. But it seems to run even
without that option and eat some time (upto 5% of the runtime). Is it doing
anything useful for older architectures?  Could it be disabled for arch<686
to make gcc a little bit faster again? 

-Andi


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