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 #6 from Martin Liška <marxin at gcc dot gnu.org> ---
So when the edge is insert to the heap we see:

    Badness calculation for app_disable/164630 ->
_Z11app_disablev.part.30/166180
      size growth 6, time 16.000000 unspec 216.000000 
     Wrapper penalty. Increasing growth -4 to 30
      -0.000709: guessed profile. frequency 0.000000, count 195 caller count
66781966 time w/o inlining 5.000000, time with inlining 5.000000 overall growth
-4 (current) -4 (original) 900 (compensated)
      Adjusted by hints -0.002838

and when the ICE happens:

    Badness calculation for app_disable/164630 ->
_Z11app_disablev.part.30/166180
      size growth 6, time 16.000000 unspec 216.000000 
     Wrapper penalty. Increasing growth -4 to 30
      -0.748913: guessed profile. frequency 0.000000, count 0 caller count
207383 time w/o inlining 5.105469, time with inlining 5.007812 overall growth
38 (current) -4 (original) 900 (compensated)
      Adjusted by hints -2.995652

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