[Bug ipa/115855] Slow compilation of Firefox with -O2 (in callgraph expansion)
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 10 08:56:04 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115855
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2024-07-10
Ever confirmed|0 |1
CC| |rguenth at gcc dot gnu.org
Status|UNCONFIRMED |WAITING
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note that "callgraph functions expansion" is all of the GIMPLE passes. With
GCC 14.1.0 and release checking -O0 takes 10s with most time spent in RA
and IPA while with -O2 it takes 21s with a very flat profile, so IMO nothing
to see there?
More information about the Gcc-bugs
mailing list