public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Try to understand output of -fdump-ipa-inline
@ 2022-07-19 13:56 Edgar Mobile
  2022-07-19 18:27 ` Navid Rahimi
  0 siblings, 1 reply; 4+ messages in thread
From: Edgar Mobile @ 2022-07-19 13:56 UTC (permalink / raw)
  To: gcc-help

Greetings,

I try to find out why a function (inline keyword, defined in header) is not inlined. Example for -fdump-ipa-inline output:

Considering void Vertex::update(const Data&)/5927 with 40 size
 to be inlined into void SomeClass::updatePoly(const Data&, Polyline&)/11181 in /somepath/SomeClass.cpp:663
 Estimated badness is -0.000083, frequency 4.69.

The function is never inlined. unfortunately, the code is proprietary, so I cannot post everything.

Can anyone explain me the message above to find out why?
Thanks

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

end of thread, other threads:[~2022-07-20 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 13:56 Try to understand output of -fdump-ipa-inline Edgar Mobile
2022-07-19 18:27 ` Navid Rahimi
2022-07-20  8:10   ` Edgar Mobile
2022-07-20 19:35     ` Navid Rahimi

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).