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: performance comparison post


> Any comment on the following?
> 
> http://blog.regehr.org/archives/320
> 
> 1) is due to lack of non-linear induction variable support
> 5) is the same problem mentioned in pr35363
> 
> I have not looked at the details of others -- there are probably
> related missed-optimization bugs already filed.

7) is probably best handled by extending switch conversion pass to discover switches
written as sequences of ifs and then convert two way switches into bitmask operation.
This was requested by kernel folks for a while. 

Honza
> 
> Thanks,
> 
> David


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