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/19401] Trivial loop not unrolled


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-12 16:13 -------
Really -funroll-loops should be added to -O3 by default and maybe a tweewed version to -O2/-Os 
(one which only unroll loops which can be unrolled fully and don't produce more code than the loop 
itself).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-12 16:13:54
               date|                            |


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


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