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/27357] 20 % increase code size in 4.1 vs 3.4.5



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-02-16 10:30 -------
rguenther@murzim:/tmp> gcc-3.3 -Os -c t.i -m32
rguenther@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    222       0       0     222      de t.o
rguenther@murzim:/tmp> gcc-4.1 -Os -c t.i -m32
rguenther@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    280       0       0     280     118 t.o
rguenther@murzim:/tmp> gcc-4.3 -Os -c t.i -m32
rguenther@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    269       0       0     269     10d t.o
rguenther@murzim:/tmp> gcc-4.4 -Os -c t.i -m32
rguenther@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    290       0       0     290     122 t.o
rguenther@murzim:/tmp> gcc-4.5 -Os -c t.i -m32
rguenther@murzim:/tmp> size t.o
   text    data     bss     dec     hex filename
    237       0       0     237      ed t.o


-- 


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


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