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/34416] Tree optimization pipeline needs re-tuning



------- Comment #2 from steven at gcc dot gnu dot org  2007-12-10 12:28 -------
Insert usual rant about running more and more and more and more and more and
more and more and more and more and more and more passes, with total disregard
for compilation time of the common cases where optimization doesn't do anything
but increasing compile time.

Before adding more passes, add some mechanism/heuristics to only run passes
when benefit is expected.  Not the whole world is tramp3d.  Please take glibc
and the linux kernel (or other codes with almost no abstraction) as compile
time indicators for a change, too.


-- 


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


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