------- Additional Comments From giovannibajo at libero dot it  2004-10-18 03:57 
-------
With today's mainline:


3.4.1 -Os:
  text    data     bss     dec     hex filename
  17971       0       0   17971    4633 susan.o

4.0.0 -Os:
   text    data     bss     dec     hex filename
  21213       0       0   21213    52dd susan.o

4.0.0 -Os -fno-ivopts:
   text    data     bss     dec     hex filename
  20172       0       0   20172    4ecc susan.o


So there is still some bloating caused by ivopts (about 1k), and then another 
2k elsewhere.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] 25%        |[4.0 Regression] 15%
                   |increase in codesize (3.3.4 |increase in codesize with C
                   |-> 4.0.0 20040917)          |code


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

Reply via email to