[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2021-11-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

Richard Biener  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|WAITING |RESOLVED

--- Comment #11 from Richard Biener  ---
Let's close this.  GCC 9 is nearing end of life.

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2020-10-01 Thread belyshev at depni dot sinp.msu.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

Serge Belyshev  changed:

   What|Removed |Added

 CC||belyshev at depni dot 
sinp.msu.ru

--- Comment #10 from Serge Belyshev  ---
(In reply to George Fan from comment #8)
> Please, give me some advise.

Try changing inliner parameters, e.g.  add --param=max-inline-insns-single=400
option to the commandline.

(The default was switched from 400 to 200 in GCC-9)

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-11-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #9 from Richard Biener  ---
*** Bug 91494 has been marked as a duplicate of this bug. ***

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-10 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #8 from George Fan  ---
Please, give me some advise.

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-03 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #7 from George Fan  ---
echo $CFLAGS
(
-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=32 -Wformat
-Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT
-ftree-loop-distribute-patterns -Wl,-z -Wl,now -Wl,-z -Wl,relro
-fno-semantic-interposition -ffat-lto-objects -fno-signed-zeros
-fno-trapping-math -fassociative-math -Wl,-sort-common -Wl,--enable-new-dtags
-mtune=skylake
)

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-03 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #6 from George Fan  ---
Created attachment 46800
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46800&action=edit
botan regression

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-03 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #5 from George Fan  ---
The test case is as follows
Environment,
CPU, Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz * 12 cores with hyperthreading
MEM, Dell Vostro 3670 8G
DISK, nvme 256G
OS, from clear linux 28950 to clear linux 29070
gcc, from 8.3.0-433 to 9.0-454
phoronix, v8.4.1
botan, 1.4.0

CMD,
phoronix-test-suite install botan-1.4.0
(
tar -xf Botan-2.8.0.tgz
cd Botan-2.8.0
python3 ./configure.py
make -j $NUM_CPU_CORES
)
phoronix-test-suite run botan-1.4.0
(choose Blowfish)

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-02 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

Hongtao.liu  changed:

   What|Removed |Added

 CC||crazylht at gmail dot com

--- Comment #4 from Hongtao.liu  ---
Maybe you can cut a testcase from benchmark which can reproduce this
regression.
So that people in community can really do some help, orelse we didn't even know
what regression it is.

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-09-02 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #3 from George Fan  ---
Pls help.

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-08-19 Thread mc_george123 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

--- Comment #2 from George Fan  ---
The compiler option for botan is "-fstack-protector -m64 -pthread -lbotan-2
-ldl -lrt", which the compiler option for crafty is "-pthread -lstdc++
-fprofile-use -lm". While the sub-architecture is coffee lake.

[Bug middle-end/91433] Performance Regression when upgrading from 8.3.0 to 9.0

2019-08-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91433

Richard Biener  changed:

   What|Removed |Added

   Keywords||missed-optimization
 Target||x86_64-linux
 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2019-08-13
  Component|c   |middle-end
 Ever confirmed|0   |1

--- Comment #1 from Richard Biener  ---
9.0 is not a released GCC version, the first release from the GCC 9 branch
is versioned GCC 9.1.0 with GCC 9.2.0 just released yesterday.

I assume you tested on x86_64-linux.

What compile-flags did you use and what machine sub-architecture are you
running on (in case phoronix uses -march=native).