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 10:06 -------
'size' for susan_edged_mod_1 .o files 
 
33 = pre 3.3.3-suse (hammer branch 
40 = CVS head 20050209 
patched = CVS head 20050209 with the 'TER hack' patch applied. 
 
i686: 
   text    data     bss     dec     hex filename 
   2133       0       0    2133     855 33.o 
   3003       0       0    3003     bbb 40.o 
   2237       0       0    2237     8bd patched.o 
 
amd64: 
   text    data     bss     dec     hex filename 
   2710       0       0    2710     a96 33.o 
   3414       0       0    3414     d56 40.o 
   2421       0       0    2421     975 patched.o 
 
ppc32: 
   text    data     bss     dec     hex filename 
   2780       0       0    2780     adc 33.o 
   3348       0       0    3348     d14 40.o 
   3140       0       0    3140     c44 patched.o 
 
So for ppc this bug is still not fixed even with my patch.  Interesting data 
point is the ppc32 size with -Os -fno-ivopts: 
   2820       0       0    2820     b04 no-ivopts.o 
 
So perhaps the pending IVopts patches will also help for this problem. 
 

-- 


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]