[Bug tree-optimization/44563] GCC uses a lot of RAM when compiling a large numbers of functions

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Dec 12 23:55:00 GMT 2010


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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> 2010-12-12 23:55:24 UTC ---
With -O2 during early optimization we get to 68% in cgraph_check_inline_limits.
This is weird since early inliner should not be terribly sensitive to this.  I
guess it is because we end up walking very long edge lists. I will check if I
can do something here.

Honza



More information about the Gcc-bugs mailing list