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: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


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