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/17235] code quality regression on x86


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-30 07:16 -------
Actually this is invalid, if you want to optimizate for size use -Os, push/pop are not faster than mov on 
i686 and pentium3, yes they are for the pentium4 but you should be using -mtune=pentium4 if you 
want to tune for the pentium4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|rtl-optimization            |middle-end
         Resolution|                            |INVALID


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


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