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/37312] -Os significantly faster than -O2 on test case wiht -funroll-all-loops



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-09-02 20:45 -------
The main difference between -O2 and -Os is that csum_partial is inlined for -Os
and unrolling is disabled for -Os.


-- 


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


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