[Bug ipa/99785] Awful lot of time spent building gl.cc in Firefox

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 26 22:13:55 GMT 2021


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

--- Comment #16 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
OK,we seem to handle all relevant always_inlines in early passes and then we
produce functions large function with many non-always_inline calls that we
spend a lot of time inlining.  This is becuase we have relative function growth
bounds that are quite high and we manage to get a lot of inlining done.
I guess clang hits cap on those earlier. I will check if I can save some
compile time.

Honza


More information about the Gcc-bugs mailing list