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/21141] [3.4 Regression] excessive stack usage


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-21 06:18 -------
4.1.0/4.0.0 gives:
        subl    $268, %esp
 which is better than 3.4.x.
3.4.0 gives:
        subl    $732, %esp

Only a 3.4 regression, confirmed:
        subl    $3516, %esp


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|ra                          |
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-21 06:18:37
               date|                            |
            Summary|excessive stack usage       |[3.4 Regression] excessive
                   |                            |stack usage
   Target Milestone|---                         |3.4.4


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


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