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/17549] [4.0 Regression] 10% increase in codesize with C code compared to GCC 3.3


------- Additional Comments From steven at gcc dot gnu dot org  2005-02-10 09:08 -------
The slowdown is probably some unfortunate icache effect - ccould be anything 
from alignment, the slightly larger instructions due to using r8 instead of 
rcx.  I guess we should not care too much about such random effects that we 
cannot do anything about anyway.  I'm going to see if it doesn't hurt on i686, 
and submit the patch if things look good. 
 
 

-- 


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


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