public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/55283] EON performance regression at -O2 due to loop unrolling changes
  2012-11-12 10:44 [Bug middle-end/55283] New: EON performance regression at -O2 due to loop unrolling changes hubicka at gcc dot gnu.org
@ 2012-11-12 10:44 ` hubicka at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-11-12 10:44 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-11-12 10:44:14 UTC ---
http://gcc.opensuse.org/SPEC/CINT/sb-frescobaldi.suse.de-head-64/252_eon_big.png


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

* [Bug middle-end/55283] New: EON performance regression at -O2 due to loop unrolling changes
@ 2012-11-12 10:44 hubicka at gcc dot gnu.org
  2012-11-12 10:44 ` [Bug middle-end/55283] " hubicka at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-11-12 10:44 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55283
           Summary: EON performance regression at -O2 due to loop
                    unrolling changes
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hubicka@gcc.gnu.org


EON regressed by about 20% at -O2 due to

2012-11-06  Jan Hubicka  <jh@suse.cz>

        * cfgloopanal.c (get_loop_hot_path): New function.
        * tree-ssa-lop-ivcanon.c (struct loop_size): Add CONSTANT_IV,
        NUM_NON_PURE_CALLS_ON_HOT_PATH, NUM_PURE_CALLS_ON_HOT_PATH,
        NUM_BRANCHES_ON_HOT_PATH.
        (tree_estimate_loop_size): Compute the new values.
        (try_unroll_loop_completely): Disable unrolling of loops with only
        calls or too many branches.
        (tree_unroll_loops_completely): Deal also with outer loops of hot
loops.
        * cfgloop.h (get_loop_hot_path): Declare.
        * params.def (PARAM_MAX_PEEL_BRANCHES): New parameters.
        * invoke.texi (max-peel-branches): Document.

This seems to be bad cost model on array accesses because we unroll only for
size at -O2


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

end of thread, other threads:[~2012-11-12 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-12 10:44 [Bug middle-end/55283] New: EON performance regression at -O2 due to loop unrolling changes hubicka at gcc dot gnu.org
2012-11-12 10:44 ` [Bug middle-end/55283] " hubicka 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).