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 rtl-optimization/23523] peephole2 causes code size on i686



------- Comment #9 from pinskia at gcc dot gnu dot org  2005-11-03 02:15 -------
Have you tested the speed?  As I said I really doubt it makes a real world
change in terms of speed.  This is different from code size.  If you want it
smaller use -Os or -march=pentium3 (as i686 is faster when splitting up the
complex instructions).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING


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


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