[Bug tree-optimization/32921] [4.3/4.4 Regression] Revision 126326 causes 12% slowdown

mmitchel at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 2 14:16:00 GMT 2008



------- Comment #52 from mmitchel at gcc dot gnu dot org  2008-05-02 14:16 -------
Yes, the "perfect pass" problem is what concerns me too.  For example, if we
try to do dynamic reordering of passes, or allow users to specify that, we have
to worry that, in practice, the compiler will crash or generate wrong code. 
We'll have no good way of ever validating even a small set of the possible
combinations.

Perhaps we need to make the passes fast, so we can run them more often?  Or
weave some of them together, even though of course it's nice if each pass is
logically separate and does a single thing?


-- 


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



More information about the Gcc-bugs mailing list