public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/21485] New: BYTEmark numsort: performance regression 3.4.3 -> 4.0.0 with -O3 optimization
@ 2005-05-10  9:03 jbucata at tulsaconnect dot com
  2005-05-10 16:38 ` [Bug rtl-optimization/21485] [4.0/4.1 Regression] BYTEmark numsort: codegen regression with -O3 giovannibajo at libero dot it
                   ` (3 more replies)
  0 siblings, 4 replies; 38+ messages in thread
From: jbucata at tulsaconnect dot com @ 2005-05-10  9:03 UTC (permalink / raw)
  To: gcc-bugs

I've found a major performance regression in gcc 4.0.0's optimization of the
BYTEmark numsort benchmark.  I've boiled it down to a testcase that I think will
suit you... it outputs a single number representing the number of iterations run
(higher is better).  On my machine I get 900ish under 4.0.0 and around 1530 on
3.4.3.

Both were compiled and run in a Gentoo test partition, if that makes a difference:
3.4.3: gcc version 3.4.3-20050110 (Gentoo Linux 3.4.3.20050110-r2,
ssp-3.4.3.20050110-0, pie-8.7.7)
4.0.0: gcc version 4.0.0 (Gentoo Linux 4.0.0)

-- 
           Summary: BYTEmark numsort: performance regression 3.4.3 -> 4.0.0
                    with -O3 optimization
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbucata at tulsaconnect dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2010-05-22 18:13 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21485-10607@http.gcc.gnu.org/bugzilla/>
2005-10-31  3:21 ` [Bug rtl-optimization/21485] [4.0/4.1 Regression] BYTEmark numsort: codegen regression with -O3 mmitchel at gcc dot gnu dot org
2005-10-31  3:37 ` pinskia at gcc dot gnu dot org
2006-01-09 22:23 ` [Bug rtl-optimization/21485] [4.0/4.1/4.2 " steven at gcc dot gnu dot org
2006-02-16 19:46 ` [Bug rtl-optimization/21485] [4.0/4.1/4.2 Regression] codegen regression due to PRE increasing register pressure dberlin at gcc dot gnu dot org
2006-02-24  0:31 ` mmitchel at gcc dot gnu dot org
2006-03-10  4:41 ` pinskia at gcc dot gnu dot org
2006-03-10 13:56 ` pinskia at gcc dot gnu dot org
2006-03-10 14:10 ` pinskia at gcc dot gnu dot org
2006-03-10 14:13 ` pinskia at gcc dot gnu dot org
2006-05-25  2:39 ` [Bug tree-optimization/21485] " mmitchel at gcc dot gnu dot org
2007-02-14  9:11 ` [Bug tree-optimization/21485] [4.0/4.1/4.2/4.3 Regression] codegen regression due to PRE increasing register pressure (missing load PRE really) mmitchel at gcc dot gnu dot org
2007-05-28  7:07 ` pinskia at gcc dot gnu dot org
2007-06-18  6:13 ` pinskia at gcc dot gnu dot org
2007-07-04 21:01 ` [Bug tree-optimization/21485] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2008-06-15 13:03 ` [Bug tree-optimization/21485] [4.1/4.2 " wbrana at gmail dot com
2008-06-29 10:56 ` wbrana at gmail dot com
2008-07-04 16:53 ` [Bug tree-optimization/21485] [4.2 " jsm28 at gcc dot gnu dot org
2008-09-28 18:01 ` wbrana at gmail dot com
2008-10-03 23:19 ` [Bug tree-optimization/21485] [4.2/4.3/4.4 " rguenth at gcc dot gnu dot org
2008-10-03 23:20 ` rguenth at gcc dot gnu dot org
2008-10-03 23:56 ` [Bug tree-optimization/21485] [4.2/4.3/4.4 Regression] missed load PRE rguenth at gcc dot gnu dot org
2008-10-04  0:14 ` pinskia at gcc dot gnu dot org
2008-10-04  0:59 ` [Bug tree-optimization/21485] [4.2/4.3/4.4 Regression] missed load PRE, PRE makes i?86 suck rguenth at gcc dot gnu dot org
2008-10-04  9:23 ` wbrana at gmail dot com
2008-10-04 15:13 ` rguenth at gcc dot gnu dot org
2008-10-04 16:00 ` rguenth at gcc dot gnu dot org
2008-10-04 16:17 ` rguenth at gcc dot gnu dot org
2008-11-22  9:14 ` steven at gcc dot gnu dot org
2009-02-16  9:01 ` bonzini at gnu dot org
2009-03-31 18:46 ` [Bug tree-optimization/21485] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-04-21 12:31 ` rob1weld at aol dot com
2009-04-21 13:24 ` dberlin at dberlin dot org
2009-08-04 12:29 ` rguenth at gcc dot gnu dot org
2010-05-22 19:01 ` [Bug tree-optimization/21485] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
2005-05-10  9:03 [Bug rtl-optimization/21485] New: BYTEmark numsort: performance regression 3.4.3 -> 4.0.0 with -O3 optimization jbucata at tulsaconnect dot com
2005-05-10 16:38 ` [Bug rtl-optimization/21485] [4.0/4.1 Regression] BYTEmark numsort: codegen regression with -O3 giovannibajo at libero dot it
2005-05-10 20:03 ` pinskia at gcc dot gnu dot org
2005-07-08  1:41 ` mmitchel at gcc dot gnu dot org
2005-09-27 16:21 ` mmitchel 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).