public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 12:00 ` jakub at gcc dot gnu.org
  2011-01-31 21:56 ` t.artem at mailcity dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 12:00 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:00 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 jakub at gcc dot gnu.org
@ 2011-01-31 21:56 ` t.artem at mailcity dot com
  2011-04-16 10:46 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: t.artem at mailcity dot com @ 2011-01-31 21:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from Artem S. Tashkinov <t.artem at mailcity dot com> 2011-01-31 21:46:29 UTC ---
At least on i686 platform the difference is marginal (GCC flags: -O2
-march=pentium-m -fomit-frame-pointer, Intel Core Gen 2 CPU):

GCC 3.4.6
real    0m15.859s
user    0m15.662s
sys     0m0.177s

GCC 4.5.2
real    0m16.147s
user    0m15.939s
sys     0m0.187s

I'm compressing a 400MB TAR archive containing miscellaneous binaries and
documentation. So the issue is m68060 specific.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:00 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 jakub at gcc dot gnu.org
  2011-01-31 21:56 ` t.artem at mailcity dot com
@ 2011-04-16 10:46 ` jakub at gcc dot gnu.org
  2012-01-21 21:29 ` [Bug target/40454] [4.4/4.5/4.6/4.7 " pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.4/4.5/4.6/4.7 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-04-16 10:46 ` jakub at gcc dot gnu.org
@ 2012-01-21 21:29 ` pinskia at gcc dot gnu.org
  2012-03-13 13:23 ` [Bug target/40454] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-21 21:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-21 20:32:14 UTC ---
Can someone try to get new numbers?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.5/4.6/4.7/4.8 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-01-21 21:29 ` [Bug target/40454] [4.4/4.5/4.6/4.7 " pinskia at gcc dot gnu.org
@ 2012-03-13 13:23 ` jakub at gcc dot gnu.org
  2012-07-02 13:22 ` [Bug target/40454] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:45:41 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.6/4.7/4.8 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-03-13 13:23 ` [Bug target/40454] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:22 ` rguenth at gcc dot gnu.org
  2013-04-12 15:16 ` [Bug target/40454] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
  2014-02-11  6:08 ` law at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:22 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.7/4.8/4.9 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-07-02 13:22 ` [Bug target/40454] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-04-12 15:16 ` jakub at gcc dot gnu.org
  2014-02-11  6:08 ` law at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:16 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #20 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:16:06 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/40454] [4.7/4.8/4.9 regression] zlib is about 20% slower when compiled with GCC 4.4.1
       [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2013-04-12 15:16 ` [Bug target/40454] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-02-11  6:08 ` law at redhat dot com
  7 siblings, 0 replies; 8+ messages in thread
From: law at redhat dot com @ 2014-02-11  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |WONTFIX

--- Comment #21 from Jeffrey A. Law <law at redhat dot com> ---
Without an in-depth analysis from someone with real hardware there's simply
nothing we're going to be able to do here. 

Sadly we don't have good tools in the m68k world like valgrind, oprofile, etc
which would allow for a good in-depth analysis of what's going on.  And I've
found performance testing within the anarym emulator to be too variable to be
of any value.

I'm closing as WONTFIX as that's the sad, unfortunate reality.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-11  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40454-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 12:00 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 jakub at gcc dot gnu.org
2011-01-31 21:56 ` t.artem at mailcity dot com
2011-04-16 10:46 ` jakub at gcc dot gnu.org
2012-01-21 21:29 ` [Bug target/40454] [4.4/4.5/4.6/4.7 " pinskia at gcc dot gnu.org
2012-03-13 13:23 ` [Bug target/40454] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:22 ` [Bug target/40454] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:16 ` [Bug target/40454] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-02-11  6:08 ` law at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).