public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
@ 2013-06-05 17:38 ncahill_alt at yahoo dot com
  2013-06-05 17:48 ` [Bug rtl-optimization/57534] " ncahill_alt at yahoo dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: ncahill_alt at yahoo dot com @ 2013-06-05 17:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57534
           Summary: Performance regression versus 4.7.3, 4.8.1 is ~15%
                    slower
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ncahill_alt at yahoo dot com

Created attachment 30261
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30261&action=edit
Reduced source code - timing functions

With x86 GCC 4.8.1, slower code is produced (than with 4.7.3) for a particular
benchmark I ran, about 15% slower.

Whatever is wrong must be happening here:

 80486e5:       d9 ee                   fldz   
 80486e7:       d9 c0                   fld    %st(0)
 80486e9:       8d b4 26 00 00 00 00    lea    0x0(%esi,%eiz,1),%esi
 80486f0:       8d 04 f5 00 00 00 00    lea    0x0(,%esi,8),%eax
 80486f7:       dd 04 f3                fldl   (%ebx,%esi,8)
 80486fa:       dc 44 03 08             faddl  0x8(%ebx,%eax,1)
 80486fe:       dc 44 03 10             faddl  0x10(%ebx,%eax,1)
 8048702:       dc 44 03 18             faddl  0x18(%ebx,%eax,1)
 8048706:       de c2                   faddp  %st,%st(2)
 8048708:       dd 44 03 20             fldl   0x20(%ebx,%eax,1)
 804870c:       dc 44 03 28             faddl  0x28(%ebx,%eax,1)
 8048710:       dc 44 03 30             faddl  0x30(%ebx,%eax,1)
 8048714:       dc 44 03 38             faddl  0x38(%ebx,%eax,1)
 8048718:       8d 46 08                lea    0x8(%esi),%eax
 804871b:       39 c7                   cmp    %eax,%edi
 804871d:       de c1                   faddp  %st,%st(1)
 804871f:       7f 0e                   jg     804872f 
 8048721:       a1 34 91 04 08          mov    0x8049134,%eax
 8048726:       85 c0                   test   %eax,%eax
 8048728:       74 0e                   je     8048738 
 804872a:       83 c5 01                add    $0x1,%ebp
 804872d:       31 c0                   xor    %eax,%eax
 804872f:       89 c6                   mov    %eax,%esi
 8048731:       eb bd                   jmp    80486f0 
 8048733:       90                      nop
 8048734:       8d 74 26 00             lea    0x0(%esi,%eiz,1),%esi
 8048738:       dd 5c 24 10             fstpl  0x10(%esp)
 804873c:       83 c6 10                add    $0x10,%esi
 804873f:       dd 5c 24 08             fstpl  0x8(%esp)

This is the commandline: gcc -O2 reduceme.c timer.o -o cachebench

This is from a benchmark (llcbench, GPL software) and uses timers which may be
a problem, if I preprocess them, they may not work.  I'll attach the main code
(reduced) for now, and I'll work on getting the timing code included very soon.
 I'll also test with 4.8.0 to see whether that version is also affected.

Attached is the reduced code minus the timing functions.  Uncommenting the
commented line in the source code removes the bug.

Thanks.
Neil.


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

* [Bug rtl-optimization/57534] Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
@ 2013-06-05 17:48 ` ncahill_alt at yahoo dot com
  2013-06-05 18:27 ` [Bug tree-optimization/57534] [4.8. 4.9 Regression]: " ubizjak at gmail dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ncahill_alt at yahoo dot com @ 2013-06-05 17:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from ncahill_alt at yahoo dot com ---
Here is the 4.7.3 output for comparison:

 8048702:       83 ef 08                sub    $0x8,%edi
 8048705:       d9 ee                   fldz   
 8048707:       d9 c0                   fld    %st(0)
 8048709:       8d b4 26 00 00 00 00    lea    0x0(%esi,%eiz,1),%esi
 8048710:       dd 04 de                fldl   (%esi,%ebx,8)
 8048713:       8d 43 08                lea    0x8(%ebx),%eax
 8048716:       dc 44 de 08             faddl  0x8(%esi,%ebx,8)
 804871a:       39 c7                   cmp    %eax,%edi
 804871c:       dc 44 de 10             faddl  0x10(%esi,%ebx,8)
 8048720:       dc 44 de 18             faddl  0x18(%esi,%ebx,8)
 8048724:       de c2                   faddp  %st,%st(2)
 8048726:       dd 44 de 20             fldl   0x20(%esi,%ebx,8)
 804872a:       dc 44 de 28             faddl  0x28(%esi,%ebx,8)
 804872e:       dc 44 de 30             faddl  0x30(%esi,%ebx,8)
 8048732:       dc 44 de 38             faddl  0x38(%esi,%ebx,8)
 8048736:       de c1                   faddp  %st,%st(1)
 8048738:       7f 0e                   jg     8048748 
 804873a:       a1 34 91 04 08          mov    0x8049134,%eax
 804873f:       85 c0                   test   %eax,%eax
 8048741:       74 0d                   je     8048750 
 8048743:       83 c5 01                add    $0x1,%ebp
 8048746:       31 c0                   xor    %eax,%eax
 8048748:       89 c3                   mov    %eax,%ebx
 804874a:       eb c4                   jmp    8048710 
 804874c:       8d 74 26 00             lea    0x0(%esi,%eiz,1),%esi
 8048750:       dd 5c 24 10             fstpl  0x10(%esp)
 8048754:       83 c3 10                add    $0x10,%ebx
 8048757:       dd 5c 24 20             fstpl  0x20(%esp)


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

* [Bug tree-optimization/57534] [4.8. 4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
  2013-06-05 17:48 ` [Bug rtl-optimization/57534] " ncahill_alt at yahoo dot com
@ 2013-06-05 18:27 ` ubizjak at gmail dot com
  2013-06-05 20:12 ` jakub at gcc dot gnu.org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2013-06-05 18:27 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
>From gcc-bugs-return-423868-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 05 18:27:28 2013
Return-Path: <gcc-bugs-return-423868-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 13052 invoked by alias); 5 Jun 2013 18:27:28 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 12983 invoked by uid 48); 5 Jun 2013 18:27:24 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/57534] [4.8. 4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
Date: Wed, 05 Jun 2013 18:27:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: major
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.8.2
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on component target_milestone short_desc everconfirmed
Message-ID: <bug-57534-4-ULsfgagkkW@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57534-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57534-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-06/txt/msg00247.txt.bz2
Content-length: 2498

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-06-05
          Component|rtl-optimization            |tree-optimization
   Target Milestone|---                         |4.8.2
            Summary|Performance regression      |[4.8. 4.9 Regression]:
                   |versus 4.7.3, 4.8.1 is ~15% |Performance regression
                   |slower                      |versus 4.7.3, 4.8.1 is ~15%
                   |                            |slower
     Ever confirmed|0                           |1

--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> ---
Confirmed, for some reason tree optimizers CSE part of the address, resulting
in the _.optimized dump that shows:

  index.6_13 = (unsigned int) index_1;
  _14 = index.6_13 * 8;                     <- here
  _16 = x_15(D) + _14;
  _17 = *_16;
  _20 = _14 + 8;
  _21 = x_15(D) + _20;
  _22 = *_21;
  _23 = _17 + _22;
  _26 = _14 + 16;
  _27 = x_15(D) + _26;
  _28 = *_27;
  _29 = _23 + _28;
  _32 = _14 + 24;
  _33 = x_15(D) + _32;
  _34 = *_33;
  _35 = _29 + _34;
  sum_36 = _35 + sum_3;
  _38 = _14 + 32;
  _39 = x_15(D) + _38;
  _40 = *_39;
  _42 = _14 + 40;
  _43 = x_15(D) + _42;
  _44 = *_43;
  _45 = _40 + _44;
  _47 = _14 + 48;
  _48 = x_15(D) + _47;
  _49 = *_48;
  _50 = _45 + _49;
  _52 = _14 + 56;
  _53 = x_15(D) + _52;
  _54 = *_53;
  _55 = _50 + _54;
  sum2_56 = _55 + sum2_4;
  index_57 = index_1 + 8;

Starting from there, the final assembly results in:

.L16:
        leal    0(,%esi,8), %eax        <- this is CSEd part: %eax = %esi * 8
        fldl    (%ebx,%esi,8)
        faddl   8(%ebx,%eax)
        faddl   16(%ebx,%eax)
        faddl   24(%ebx,%eax)
        faddp   %st, %st(2)
        fldl    32(%ebx,%eax)
        faddl   40(%ebx,%eax)
        faddl   48(%ebx,%eax)
        faddl   56(%ebx,%eax)
        leal    8(%esi), %eax
        cmpl    %eax, %edi
        faddp   %st, %st(1)
        jg      .L17
        movl    keepgoing, %eax
        testl   %eax, %eax
        je      .L18
        addl    $1, %ebp
        xorl    %eax, %eax
.L17:
        movl    %eax, %esi
        jmp     .L16

Confirmed as tree optimizers problem.
>From gcc-bugs-return-423870-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 05 18:29:40 2013
Return-Path: <gcc-bugs-return-423870-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 14745 invoked by alias); 5 Jun 2013 18:29:40 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 14712 invoked by uid 48); 5 Jun 2013 18:29:37 -0000
From: "paolo.carlini at oracle dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57509] Segmentation fault when using __builtin_shuffle in templated class.
Date: Wed, 05 Jun 2013 18:29:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: paolo.carlini at oracle dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-57509-4-ltYhlmmLjf@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57509-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57509-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-06/txt/msg00249.txt.bz2
Content-length: 424

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW509

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glisse at gcc dot gnu.org

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Maybe Marc is interested in this.


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

* [Bug tree-optimization/57534] [4.8. 4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
  2013-06-05 17:48 ` [Bug rtl-optimization/57534] " ncahill_alt at yahoo dot com
  2013-06-05 18:27 ` [Bug tree-optimization/57534] [4.8. 4.9 Regression]: " ubizjak at gmail dot com
@ 2013-06-05 20:12 ` jakub at gcc dot gnu.org
  2013-06-05 20:27 ` ncahill_alt at yahoo dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-06-05 20:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |wschmidt at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with SLSR addition, guess you can get the performance back with
-fno-tree-slsr.  Anyway, I wonder why ivopts hasn't created TARGET_MEM_REFs for
these, I bet then SLSR wouldn't change those.


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

* [Bug tree-optimization/57534] [4.8. 4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (2 preceding siblings ...)
  2013-06-05 20:12 ` jakub at gcc dot gnu.org
@ 2013-06-05 20:27 ` ncahill_alt at yahoo dot com
  2013-06-05 20:33 ` ncahill_alt at yahoo dot com
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ncahill_alt at yahoo dot com @ 2013-06-05 20:27 UTC (permalink / raw)
  To: gcc-bugs

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

ncahill_alt at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30261|0                           |1
        is obsolete|                            |

--- Comment #4 from ncahill_alt at yahoo dot com ---
Created attachment 30263
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30263&action=edit
Contained source file demonstrating bug

I have tested GCC 4.8.0 (32 bit of course) and the same slowdown is present. 
The slowdown is greater with -mtune=pentium2 for some reason, but the slowdown
with no -mtune specified.

I have attached a single file with all the preprocessed source, including the
timing functions.  Reducing it is difficult because it keeps hitting infinite
loops.

The command: gcc -O2 wholesource.c -o cachebench

With -O1, the bug is not present.  Uncommenting the commented line so as to try
to remove the timing dependency stops the bug from occurring.

The numbers output by the executable are performance numbers, what used to be
MB/sec of read performance.

Thank you very much.
Neil Cahill.


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

* [Bug tree-optimization/57534] [4.8. 4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (3 preceding siblings ...)
  2013-06-05 20:27 ` ncahill_alt at yahoo dot com
@ 2013-06-05 20:33 ` ncahill_alt at yahoo dot com
  2013-06-09 17:47 ` [Bug tree-optimization/57534] [4.8/4.9 " ncahill_alt at yahoo dot com
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ncahill_alt at yahoo dot com @ 2013-06-05 20:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from ncahill_alt at yahoo dot com ---
Jakub Jelinek: "Started with SLSR addition, guess you can get the performance
back with -fno-tree-slsr."

Thanks so much, I'll do that.

Neil Cahill.


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

* [Bug tree-optimization/57534] [4.8/4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (4 preceding siblings ...)
  2013-06-05 20:33 ` ncahill_alt at yahoo dot com
@ 2013-06-09 17:47 ` ncahill_alt at yahoo dot com
  2013-10-16  9:51 ` jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ncahill_alt at yahoo dot com @ 2013-06-09 17:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from ncahill_alt at yahoo dot com ---
Created attachment 30283
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30283&action=edit
Smaller testcase


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

* [Bug tree-optimization/57534] [4.8/4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (5 preceding siblings ...)
  2013-06-09 17:47 ` [Bug tree-optimization/57534] [4.8/4.9 " ncahill_alt at yahoo dot com
@ 2013-10-16  9:51 ` jakub at gcc dot gnu.org
  2013-10-30 12:51 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-10-16  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.2                       |4.8.3

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.2 has been released.


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

* [Bug tree-optimization/57534] [4.8/4.9 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (6 preceding siblings ...)
  2013-10-16  9:51 ` jakub at gcc dot gnu.org
@ 2013-10-30 12:51 ` rguenth at gcc dot gnu.org
  2014-05-22  9:06 ` [Bug tree-optimization/57534] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-10-30 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug tree-optimization/57534] [4.8/4.9/4.10 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (7 preceding siblings ...)
  2013-10-30 12:51 ` rguenth at gcc dot gnu.org
@ 2014-05-22  9:06 ` rguenth at gcc dot gnu.org
  2014-12-19 13:44 ` [Bug tree-optimization/57534] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-22  9:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.3                       |4.8.4

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 4.8.3 is being released, adjusting target milestone.


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

* [Bug tree-optimization/57534] [4.8/4.9/5 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (8 preceding siblings ...)
  2014-05-22  9:06 ` [Bug tree-optimization/57534] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:44 ` jakub at gcc dot gnu.org
  2015-06-23  8:28 ` [Bug tree-optimization/57534] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug tree-optimization/57534] [4.8/4.9/5/6 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (9 preceding siblings ...)
  2014-12-19 13:44 ` [Bug tree-optimization/57534] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:28 ` rguenth at gcc dot gnu.org
  2015-06-26 20:19 ` [Bug tree-optimization/57534] [4.9/5/6 " jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug tree-optimization/57534] [4.9/5/6 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (10 preceding siblings ...)
  2015-06-23  8:28 ` [Bug tree-optimization/57534] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:19 ` jakub at gcc dot gnu.org
  2015-06-26 20:39 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug tree-optimization/57534] [4.9/5/6 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (11 preceding siblings ...)
  2015-06-26 20:19 ` [Bug tree-optimization/57534] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:39 ` jakub at gcc dot gnu.org
  2020-03-12 11:58 ` [Bug tree-optimization/57534] [8/9/10 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

* [Bug tree-optimization/57534] [8/9/10 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (12 preceding siblings ...)
  2015-06-26 20:39 ` jakub at gcc dot gnu.org
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2021-05-04 12:32 ` [Bug tree-optimization/57534] [8/9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #37 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug tree-optimization/57534] [8/9/10/11/12 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (13 preceding siblings ...)
  2020-03-12 11:58 ` [Bug tree-optimization/57534] [8/9/10 " jakub at gcc dot gnu.org
@ 2021-05-04 12:32 ` rguenth at gcc dot gnu.org
  2021-06-01  8:05 ` [Bug tree-optimization/57534] [9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

* [Bug tree-optimization/57534] [9/10/11/12 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (14 preceding siblings ...)
  2021-05-04 12:32 ` [Bug tree-optimization/57534] [8/9/10/11/12 " rguenth at gcc dot gnu.org
@ 2021-06-01  8:05 ` rguenth at gcc dot gnu.org
  2022-05-27  9:34 ` [Bug tree-optimization/57534] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #38 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug tree-optimization/57534] [10/11/12/13 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (15 preceding siblings ...)
  2021-06-01  8:05 ` [Bug tree-optimization/57534] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2022-05-27  9:34 ` rguenth at gcc dot gnu.org
  2022-06-28 10:30 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug tree-optimization/57534] [11/12/13/14 " rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #39 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug tree-optimization/57534] [10/11/12/13 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (16 preceding siblings ...)
  2022-05-27  9:34 ` [Bug tree-optimization/57534] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:30 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug tree-optimization/57534] [11/12/13/14 " rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #40 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug tree-optimization/57534] [11/12/13/14 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
  2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
                   ` (17 preceding siblings ...)
  2022-06-28 10:30 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:29 ` rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #41 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

end of thread, other threads:[~2023-07-07 10:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-05 17:38 [Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower ncahill_alt at yahoo dot com
2013-06-05 17:48 ` [Bug rtl-optimization/57534] " ncahill_alt at yahoo dot com
2013-06-05 18:27 ` [Bug tree-optimization/57534] [4.8. 4.9 Regression]: " ubizjak at gmail dot com
2013-06-05 20:12 ` jakub at gcc dot gnu.org
2013-06-05 20:27 ` ncahill_alt at yahoo dot com
2013-06-05 20:33 ` ncahill_alt at yahoo dot com
2013-06-09 17:47 ` [Bug tree-optimization/57534] [4.8/4.9 " ncahill_alt at yahoo dot com
2013-10-16  9:51 ` jakub at gcc dot gnu.org
2013-10-30 12:51 ` rguenth at gcc dot gnu.org
2014-05-22  9:06 ` [Bug tree-optimization/57534] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:44 ` [Bug tree-optimization/57534] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:28 ` [Bug tree-optimization/57534] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:19 ` [Bug tree-optimization/57534] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:39 ` jakub at gcc dot gnu.org
2020-03-12 11:58 ` [Bug tree-optimization/57534] [8/9/10 " jakub at gcc dot gnu.org
2021-05-04 12:32 ` [Bug tree-optimization/57534] [8/9/10/11/12 " rguenth at gcc dot gnu.org
2021-06-01  8:05 ` [Bug tree-optimization/57534] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:34 ` [Bug tree-optimization/57534] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:30 ` jakub at gcc dot gnu.org
2023-07-07 10:29 ` [Bug tree-optimization/57534] [11/12/13/14 " rguenth at gcc dot gnu.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).