public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/90255] [9/10 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:59 ` jakub at gcc dot gnu.org
  2021-01-04 11:27 ` [Bug rtl-optimization/90255] [9/10/11 " emerg.reanimator at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug rtl-optimization/90255] [9/10/11 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug rtl-optimization/90255] [9/10 regression] r266385 caused code size regressions on Arm, thumb and thumb2 jakub at gcc dot gnu.org
@ 2021-01-04 11:27 ` emerg.reanimator at gmail dot com
  2021-06-01  8:13 ` [Bug rtl-optimization/90255] [9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: emerg.reanimator at gmail dot com @ 2021-01-04 11:27 UTC (permalink / raw)
  To: gcc-bugs

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

Alexander Goomenuk <emerg.reanimator at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emerg.reanimator at gmail dot com

--- Comment #7 from Alexander Goomenuk <emerg.reanimator at gmail dot com> ---
Created attachment 49872
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49872&action=edit
GCC Version Benchmarks

Here is some GCC benchmarks of real-life scenarios.

There are three applications (A,B,C) built for cortex-m3 ARM architecture using
several GCC versions with two optimisation sets (Debug (D) and Release (R)).

One may find the details in attached file [GCC_Benchmarks.txt];

Here is an summary of Application C build artifacts.

*****************************************
 Application C, text size, --specs=nano.specs
*****************************************
   MCU 9.2.1.1  MCU 9.3.1.4     MCU 10.2.1-1.1  ARM 9.3.1   ARM 10.2.1
D: 316864       321000          321316          317288      317476
   0            4136            4452            424             612
   0,00 %       1,29 %          1,39 %          0,13 %      0,19 %

R: 292748       296884          295968          293172      292128
   620          4756            3840            1044        0
   0,21 %       1,60 %          1,30 %          0,36 %      0,00 %

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

* [Bug rtl-optimization/90255] [9/10/11/12 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug rtl-optimization/90255] [9/10 regression] r266385 caused code size regressions on Arm, thumb and thumb2 jakub at gcc dot gnu.org
  2021-01-04 11:27 ` [Bug rtl-optimization/90255] [9/10/11 " emerg.reanimator at gmail dot com
@ 2021-06-01  8:13 ` rguenth at gcc dot gnu.org
  2022-05-27  9:40 ` [Bug rtl-optimization/90255] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 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] 6+ messages in thread

* [Bug rtl-optimization/90255] [10/11/12/13 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-06-01  8:13 ` [Bug rtl-optimization/90255] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2022-05-27  9:40 ` rguenth at gcc dot gnu.org
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07 10:35 ` [Bug rtl-optimization/90255] [11/12/13/14 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug rtl-optimization/90255] [10/11/12/13 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-05-27  9:40 ` [Bug rtl-optimization/90255] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07 10:35 ` [Bug rtl-optimization/90255] [11/12/13/14 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #10 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] 6+ messages in thread

* [Bug rtl-optimization/90255] [11/12/13/14 regression] r266385 caused code size regressions on Arm, thumb and thumb2
       [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:35 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90255-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:59 ` [Bug rtl-optimization/90255] [9/10 regression] r266385 caused code size regressions on Arm, thumb and thumb2 jakub at gcc dot gnu.org
2021-01-04 11:27 ` [Bug rtl-optimization/90255] [9/10/11 " emerg.reanimator at gmail dot com
2021-06-01  8:13 ` [Bug rtl-optimization/90255] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:40 ` [Bug rtl-optimization/90255] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:37 ` jakub at gcc dot gnu.org
2023-07-07 10:35 ` [Bug rtl-optimization/90255] [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).