public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/aoliva/heads/strub)] enable strub for all viable functions by default, for testing
Date: Sun, 25 Jul 2021 01:43:19 +0000 (GMT)	[thread overview]
Message-ID: <20210725014319.88AB839450F9@sourceware.org> (raw)

https://gcc.gnu.org/g:532a9c8e3f7cf72f3f41b5b399d049f4dbcec911

commit 532a9c8e3f7cf72f3f41b5b399d049f4dbcec911
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 22 06:57:27 2021 -0300

    enable strub for all viable functions by default, for testing

Diff:
---
 gcc/ipa-strub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ipa-strub.c b/gcc/ipa-strub.c
index f9a3c92a115..c99eb82d7f4 100644
--- a/gcc/ipa-strub.c
+++ b/gcc/ipa-strub.c
@@ -1334,7 +1334,7 @@ pass_ipa_strub_mode::execute (function *)
   /* If no strub flag was given in the command line,
      set the actual default.  */
   if (flag_strub == -2)
-    flag_strub = -1;
+    flag_strub = 3; // for testing only; was: -1;
 
   bool any_strub = false;


             reply	other threads:[~2021-07-25  1:43 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-25  1:43 Alexandre Oliva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-07 16:18 Alexandre Oliva
2023-12-06  0:26 Alexandre Oliva
2023-12-01 18:00 Alexandre Oliva
2023-11-29  8:47 Alexandre Oliva
2022-08-04 14:10 Alexandre Oliva
2022-05-06  8:02 Alexandre Oliva
2021-09-05  9:50 Alexandre Oliva
2021-09-05  5:38 Alexandre Oliva
2021-09-05  2:50 Alexandre Oliva
2021-09-04 14:12 Alexandre Oliva
2021-09-04 11:10 Alexandre Oliva
2021-09-03  7:02 Alexandre Oliva
2021-09-03  2:17 Alexandre Oliva
2021-08-28  6:30 Alexandre Oliva
2021-08-28  4:13 Alexandre Oliva
2021-08-20  4:22 Alexandre Oliva
2021-08-20  4:20 Alexandre Oliva
2021-08-19  2:58 Alexandre Oliva
2021-08-04  8:55 Alexandre Oliva
2021-07-28  9:35 Alexandre Oliva
2021-07-28  7:06 Alexandre Oliva
2021-07-28  6:33 Alexandre Oliva
2021-07-26 13:31 Alexandre Oliva
2021-07-22 10:01 Alexandre Oliva

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=20210725014319.88AB839450F9@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@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).