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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ messages in thread

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
                   ` (5 preceding siblings ...)
  2010-01-21 13:19 ` jakub at gcc dot gnu dot org
@ 2010-04-30  9:01 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-30  9:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
                   ` (4 preceding siblings ...)
  2009-10-15 12:56 ` jakub at gcc dot gnu dot org
@ 2010-01-21 13:19 ` jakub at gcc dot gnu dot org
  2010-04-30  9:01 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-01-21 13:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.3                       |4.4.4


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
                   ` (3 preceding siblings ...)
  2009-09-20 12:16 ` rguenth at gcc dot gnu dot org
@ 2009-10-15 12:56 ` jakub at gcc dot gnu dot org
  2010-01-21 13:19 ` jakub at gcc dot gnu dot org
  2010-04-30  9:01 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-15 12:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.2                       |4.4.3


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
                   ` (2 preceding siblings ...)
  2009-09-10 12:58 ` ami_stuff at o2 dot pl
@ 2009-09-20 12:16 ` rguenth at gcc dot gnu dot org
  2009-10-15 12:56 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-20 12:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
           Priority|P3                          |P4
   Target Milestone|---                         |4.4.2


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
  2009-09-03  7:27 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 bonzini at gnu dot org
  2009-09-07 19:22 ` ami_stuff at o2 dot pl
@ 2009-09-10 12:58 ` ami_stuff at o2 dot pl
  2009-09-20 12:16 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: ami_stuff at o2 dot pl @ 2009-09-10 12:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from ami_stuff at o2 dot pl  2009-09-10 12:58 -------
cputime minigzip_412_O1 testa.tif - 34.336
cputime minigzip_412_O2 testa.tif - 34.499
cputime minigzip_412_O3 testa.tif - 34.257

cputime minigzip_425_O1 testa.tif - 36.474
cputime minigzip_425_O2 testa.tif - 35.650
cputime minigzip_425_O3 testa.tif - 35.912

cputime minigzip_432_O1 testa.tif - 39.166
cputime minigzip_432_O2 testa.tif - 35.005
cputime minigzip_432_O3 testa.tif - 38.114


-- 


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
  2009-09-03  7:27 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 bonzini at gnu dot org
@ 2009-09-07 19:22 ` ami_stuff at o2 dot pl
  2009-09-10 12:58 ` ami_stuff at o2 dot pl
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: ami_stuff at o2 dot pl @ 2009-09-07 19:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from ami_stuff at o2 dot pl  2009-09-07 19:22 -------
GCC 4.4.2 - GCC 4.4.2 (20090825).
GCC 4.5.0 - GCC 4.5.0 (20090827).

Here are the results:

cputime minigzip_340_O1 testa.tif - 33.917
cputime minigzip_340_O2 testa.tif - 30.868
cputime minigzip_340_O3 testa.tif - 31.304

cputime minigzip_442_O1 testa.tif - 39.261
cputime minigzip_442_O2 testa.tif - 37.704
cputime minigzip_442_O3 testa.tif - 41.666

cputime minigzip_450_O1 testa.tif - 41.128
cputime minigzip_450_O2 testa.tif - 37.587
cputime minigzip_450_O3 testa.tif - 37.663


-- 


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


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

* [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1
  2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
@ 2009-09-03  7:27 ` bonzini at gnu dot org
  2009-09-07 19:22 ` ami_stuff at o2 dot pl
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: bonzini at gnu dot org @ 2009-09-03  7:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from bonzini at gnu dot org  2009-09-03 07:27 -------
Can you also try with 4.5?


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-09-03 07:27:02
               date|                            |


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


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

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

Thread overview: 15+ 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
2009-06-15 23:36 [Bug c/40454] New: GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0 ami_stuff at o2 dot pl
2009-09-03  7:27 ` [Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1 bonzini at gnu dot org
2009-09-07 19:22 ` ami_stuff at o2 dot pl
2009-09-10 12:58 ` ami_stuff at o2 dot pl
2009-09-20 12:16 ` rguenth at gcc dot gnu dot org
2009-10-15 12:56 ` jakub at gcc dot gnu dot org
2010-01-21 13:19 ` jakub at gcc dot gnu dot org
2010-04-30  9:01 ` jakub at gcc dot gnu dot org

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).