[Bug middle-end/37448] gcc 4.3.1 cannot compile big function

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 26 16:48:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448

--- Comment #48 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-10-26 16:48:08 UTC ---
The problem here is walking of callgraph edges to sum the code size of the
caller function in both early inliner and late inliner. I am still not very
keen on making the cost calucuations incremental, but I will see if keeping the
sum of all edges makes sense here...

Honza



More information about the Gcc-bugs mailing list