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 target/19046] [4.0 Regression] MOVE_RATIO should be tweaked on ppc


------- Additional Comments From dje at gcc dot gnu dot org  2004-12-29 18:00 -------
Increasing the value of MOVE_RATIO and CLEAR_RATIO decreases SPEC 
performance.  The uses of the macro may be overloaded and confusing the cost 
model.  Or it could be harmed by register allocator and spilling.  But 
overall, the default values of MOVE_RATIO and CLEAR_RATIO based on movmemsi 
appear to be good.

-- 


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


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