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 middle-end/36542] 300% code bloat with -O3



------- Comment #7 from tim at klingt dot org  2008-06-15 14:01 -------
i see ... is it possible to enable the complete unroller manually?

from my understanding gcc-4.3 -O3 is the same as -O2 -fgcse-after-reload
-finline-functions -fpredictive-commoning -ftree-vectorize -funswitch-loops ...

using these optimizations manually don't bloat the code, though ...


-- 


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


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