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 dann at godzilla dot ics dot uci dot edu  2004-08-30 16:07 -------
(In reply to comment #1)
> Actually this is invalid, if you want to optimizate for size use -Os, push/pop
are not faster than mov on 
> i686 and pentium3

Are you sure about this? Intel's compiler generates push/pop for i686/p3 too.
And they usually get little details like this right. 

-- 


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]