public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/113291] [14/15 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above since r14-2172
Date: Tue, 14 May 2024 10:59:31 +0000	[thread overview]
Message-ID: <bug-113291-4-Y214ivEYFF@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113291-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Hubicka <hubicka@gcc.gnu.org>:

https://gcc.gnu.org/g:1ec49897253e093e1ef6261eb104ac0c111bac83

commit r15-482-g1ec49897253e093e1ef6261eb104ac0c111bac83
Author: Jan Hubicka <jh@suse.cz>
Date:   Tue May 14 12:58:56 2024 +0200

    Reduce recursive inlining of always_inline functions

    this patch tames down inliner on (mutiply) self-recursive always_inline
functions.
    While we already have caps on recursive inlning, the testcase combines
early inliner
    and late inliner to get very wide recursive inlining tree.  The basic idea
is to
    ignore DISREGARD_INLINE_LIMITS when deciding on inlining self recursive
functions
    (so we cut on function being large) and clear the flag once it is detected.

    I did not include the testcase since it still produces a lot of code and
would
    slow down testing.  It also outputs many inlining failed messages that is
not
    very nice, but it is hard to detect self recursin cycles in full generality
    when indirect calls and other tricks may happen.

    gcc/ChangeLog:

            PR ipa/113291

            * ipa-inline.cc (enum can_inline_edge_by_limits_flags): New enum.
            (can_inline_edge_by_limits_p): Take flags instead of multiple
bools; add flag
            for forcing inlinie limits.
            (can_early_inline_edge_p): Update.
            (want_inline_self_recursive_call_p): Update; use FORCE_LIMITS mode.
            (check_callers): Update.
            (update_caller_keys): Update.
            (update_callee_keys): Update.
            (recursive_inlining): Update.
            (add_new_edges_to_heap): Update.
            (speculation_useful_p): Update.
            (inline_small_functions): Clear DECL_DISREGARD_INLINE_LIMITS on
self recursion.
            (flatten_function): Update.
            (inline_to_all_callers_1): Update.

      parent reply	other threads:[~2024-05-14 10:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09 14:00 [Bug ipa/113291] New: [14 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above zsojka at seznam dot cz
2024-01-09 17:55 ` [Bug ipa/113291] " pinskia at gcc dot gnu.org
2024-01-09 18:38 ` pinskia at gcc dot gnu.org
2024-01-10 13:15 ` [Bug ipa/113291] [14 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above since r14-2172 jakub at gcc dot gnu.org
2024-01-11 12:14 ` rguenth at gcc dot gnu.org
2024-02-14 16:07 ` hubicka at gcc dot gnu.org
2024-02-14 16:26 ` hubicka at gcc dot gnu.org
2024-02-14 17:14 ` hubicka at gcc dot gnu.org
2024-03-26 10:41 ` rguenth at gcc dot gnu.org
2024-04-09  9:50 ` hubicka at gcc dot gnu.org
2024-04-18 13:42 ` law at gcc dot gnu.org
2024-05-07  7:43 ` [Bug ipa/113291] [14/15 " rguenth at gcc dot gnu.org
2024-05-14 10:59 ` cvs-commit at gcc dot gnu.org [this message]

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-113291-4-Y214ivEYFF@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).