This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/31375] missed loop-if transformation / branch reduction.



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-03-27 14:24 -------
Uh, an indirect call is much more expensive in general unless you can prove
that the branch if (condition()) is completely random and so usually
mispredicted.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31375


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