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 c/17549] [4.0 Regression] 25% increase in codesize (3.3.4 -> 4.0.0 20040917)


------- Additional Comments From giovannibajo at libero dot it  2004-09-18 17:05 -------
Confirmed on x86. Text sizes for various versions:

4.0.0:  22324   (20040914)
4.0.0:  20130   (20040901)
3.4.2:  18064
3.3.4:  17952
3.2.2:  18413
3.0.4:  19681
2.95:   19490

The increment in the last two weeks is caused by ivopts, and in fact can be 
reverted with -fno-ivopts. Zdenek, maybe ivopts must be tuned/disabled 
specially for -Os?

This leaves use with 2k of code increase though, which should still be 
investigated.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovannibajo at libero dot
                   |                            |it, rakdver at atrey dot
                   |                            |karlin dot mff dot cuni dot
                   |                            |cz
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |missed-optimization
      Known to fail|                            |4.0.0
      Known to work|                            |3.3.4 3.4.2
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-18 17:05:39
               date|                            |
            Summary|25% increase in codesize    |[4.0 Regression] 25%
                   |(3.3.4 -> 4.0.0 20040917)   |increase in codesize (3.3.4
                   |                            |-> 4.0.0 20040917)
   Target Milestone|---                         |4.0.0


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]