[Bug ipa/89975] Compile-time hog w/ large values of --param uninlined-function-insns
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Apr 5 10:03:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89975
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org,
| |marxin at gcc dot gnu.org
Component|middle-end |ipa
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think the param merely makes inlining a call cheaper (adds to the
function overhead when not inlined). So I would guess it causes more
inlining. But then the testcase is small so there does seem to be a
genuine bug in the inliner?
More information about the Gcc-bugs
mailing list