public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64481] [5 Regression] r219076 breaks bootstrap (x86_64-unknown-linux-gnu)
Date: Wed, 14 Jan 2015 03:48:00 -0000	[thread overview]
Message-ID: <bug-64481-4-YPWJunFHyK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64481-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Wed Jan 14 03:47:17 2015
New Revision: 219572

URL: https://gcc.gnu.org/viewcvs?rev=219572&root=gcc&view=rev
Log:

    PR ipa/64481
    * ipa-inline-analysis.c (node_growth_cache): Remove.
    (initialize_growth_caches): Do not initialize it.
    (free_growth_caches): Do not free it.
    (do_estimate_growth): Rename to ...
    (estimate_growth): ... this one; drop growth cache code.
    (growth_likely_positive): Always go the heuristics way.
    * ipa-inline.c (can_inline_edge_p): Walk through aliases.
    (reset_edge_caches): Do not reset node growth.
    (heap_edge_removal_hook): Do not maintain cache.
    (inline_small_functions): Likewise; strenghten sanity check.
    (ipa_inline): Do not maintain caches.
    * ipa-inline.h (node_growth_cache): Remove.
    (do_estimate_growth): Remove to ...
    (estimate_growth): this one; remove inline version.
    (reset_node_growth_cache): Remove.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/ipa-inline.h


  parent reply	other threads:[~2015-01-14  3:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03 15:59 [Bug ipa/64481] New: " david.abdurachmanov at gmail dot com
2015-01-03 21:51 ` [Bug ipa/64481] " pinskia at gcc dot gnu.org
2015-01-04 16:38 ` hubicka at gcc dot gnu.org
2015-01-09  7:06 ` maltsevm at gmail dot com
2015-01-13 11:38 ` rguenth at gcc dot gnu.org
2015-01-13 18:48 ` jakub at gcc dot gnu.org
2015-01-13 22:50 ` hubicka at gcc dot gnu.org
2015-01-13 23:00 ` jakub at gcc dot gnu.org
2015-01-13 23:16 ` hubicka at gcc dot gnu.org
2015-01-13 23:58 ` hubicka at gcc dot gnu.org
2015-01-14  0:28 ` hubicka at gcc dot gnu.org
2015-01-14  3:48 ` hubicka at gcc dot gnu.org [this message]
2015-01-16  4:13 ` hubicka at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-64481-4-YPWJunFHyK@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).