public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/79506] Compile time increase after r245366 (params.def (inline-min-speedup) Change from 10 to 8.)
       [not found] <bug-79506-4@http.gcc.gnu.org/bugzilla/>
@ 2020-12-07 14:32 ` hubicka at gcc dot gnu.org
  2020-12-07 14:36 ` hubicka at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: hubicka at gcc dot gnu.org @ 2020-12-07 14:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
badness being a very small negative number is actually normal for large
functions like this one (perhaps I should print it better though).  I can check
from where the estimated speedup comes - perhaps we work out some loop
invariants
and thus anticipate invariant motion?

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

* [Bug ipa/79506] Compile time increase after r245366 (params.def (inline-min-speedup) Change from 10 to 8.)
       [not found] <bug-79506-4@http.gcc.gnu.org/bugzilla/>
  2020-12-07 14:32 ` [Bug ipa/79506] Compile time increase after r245366 (params.def (inline-min-speedup) Change from 10 to 8.) hubicka at gcc dot gnu.org
@ 2020-12-07 14:36 ` hubicka at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: hubicka at gcc dot gnu.org @ 2020-12-07 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Actually it is visible from the dump
 Scaling time by probability:0.000000
means that we expect quite few values to be "almost invariant". It may come
from busted BB profile of course.

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

end of thread, other threads:[~2020-12-07 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79506-4@http.gcc.gnu.org/bugzilla/>
2020-12-07 14:32 ` [Bug ipa/79506] Compile time increase after r245366 (params.def (inline-min-speedup) Change from 10 to 8.) hubicka at gcc dot gnu.org
2020-12-07 14:36 ` 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).