[Bug rtl-optimization/21141] [3.4 Regression] excessive stack usage

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 21 06:27:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-21 06:27 -------
Note your testcase has uninitialized variables, well the arrays are uninitizalized, after fixing them, it 
gets worse:
        subl    $3532, %esp
Though on 4.0.0/4.1.0, we get better:
        subl    $260, %esp
which is funny but what ever.
3.3.3 by the way gives:
        subl    $636, %esp
3.4.0 gives:
        subl    $748, %esp
3.2.3:
        subl    $444, %esp
3.0.4:
        subl    $556, %esp
2.95.3:
        subl $508,%esp

so 4.0.0/4.1.0 gices the best results.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.4
      Known to work|                            |3.3.3 3.4.0 4.0.0 4.1.0


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



More information about the Gcc-bugs mailing list