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/21395] Performance degradation when building code that uses MMX intrinsics with gcc-4.0.0



------- Comment #10 from ubizjak at gmail dot com  2008-03-23 10:46 -------
(In reply to comment #9)

> So on my duron 4.3 seems to beat 4.4 as i expected from the generated asm.

Can you tell from code dumps of 4.4 vs 4.3, where you think that 4.4 code is
worse than 4.3 for Duron? For Core2, 4.4 avoids store forwarding stall, but I'm
not sure why Duron prefers moves via memory instead of keeping values in %mm
registers.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com


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


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