public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/67864] New: [6 Regression] CSiBE size regression
@ 2015-10-06 10:30 rguenth at gcc dot gnu.org
  2015-10-06 10:30 ` [Bug rtl-optimization/67864] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-06 10:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67864
           Summary: [6 Regression] CSiBE size regression
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
                CC: segher at kernel dot crashing.org
  Target Milestone: ---

http://gcc.opensuse.org/CSiBE/ shows a big size regression between r228310
(good)
and r228359 (bad).  Flags used are -Os -fgnu89-inline, suspect is


+2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected
+       with flag_reorder_blocks_algorithm.
+       * common.opt (freorder-blocks-algorithm=): New flag.
+       (reorder_blocks_algorithm): New enum.
+       * flag-types.h (reorder_blocks_algorithm): New enum.
+       * opts.c (default_options_table): Use -freorder-blocks at -O1 and up,
+       and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os).

The size regression is from 3562398 bytes to 3617915 bytes.


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

end of thread, other threads:[~2015-10-12  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-06 10:30 [Bug rtl-optimization/67864] New: [6 Regression] CSiBE size regression rguenth at gcc dot gnu.org
2015-10-06 10:30 ` [Bug rtl-optimization/67864] " rguenth at gcc dot gnu.org
2015-10-11  9:03 ` segher at gcc dot gnu.org
2015-10-12  8: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).