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++/15036] [3.4 regression] Performance and code size regression compared to 3.3


------- Additional Comments From rth at gcc dot gnu dot org  2005-03-31 21:53 -------
The code generated by gcc 4.0 is significantly improved:

.L2:
        fldl    -8(%ebx,%ecx,8)
        incl    %ecx
        fld     %st(0)
        fmull   (%edx)
        fxch    %st(1)
        fmull   8(%edx)
        fxch    %st(1)
        addl    $16, %edx
        fstpl   (%eax)
        fstpl   8(%eax)
        addl    $16, %eax
        cmpl    $1001, %ecx
        jne     .L2

I have no plans to address this for the 3.4 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|3.4.4                       |4.0.0


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


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