This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/81133] [8 Regression] PGO/LTO bootstrap: ICE: in inline_small_functions, at ipa-inline.c:1891


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

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I see. compute_uninlined_call_time uses counts when they are available and
frequencies when they are not.  It makes sense that dropping count to 0 will
lead to change of compute_uninlined_call_time. I am bit surprised it is that
large (it would be nice to know why).

Otherwise I have WIP path that gets rid of frequencies completely, so it will
fix this problem.  I will try to finish it soon.

Thanks a lot for looking into this!
Honza

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]