[Bug ipa/44563] GCC uses a lot of RAM when compiling a large numbers of functions
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 13 08:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |ipa
Known to fail| |5.0
--- Comment #30 from Richard Biener <rguenth at gcc dot gnu.org> ---
With all the patches I have for now we end up with a pure IPA issue:
phase opt and generate : 193.97 (99%) usr 13.82 (93%) sys 207.75 (99%) wall
3311016 kB (94%) ggc
ipa inlining heuristics : 140.48 (72%) usr 0.44 ( 3%) sys 141.13 (67%) wall
396289 kB (11%) ggc
dominance computation : 2.99 ( 2%) usr 1.00 ( 7%) sys 3.89 ( 2%) wall
0 kB ( 0%) ggc
integrated RA : 4.05 ( 2%) usr 0.85 ( 6%) sys 5.26 ( 3%) wall
1577496 kB (45%) ggc
rest of compilation : 6.53 ( 3%) usr 1.67 (11%) sys 7.91 ( 4%) wall
155664 kB ( 4%) ggc
unaccounted todo : 3.82 ( 2%) usr 1.07 ( 7%) sys 4.98 ( 2%) wall
0 kB ( 0%) ggc
TOTAL : 195.46 14.79 210.23
3514948 kB
everything <= 1% dropped. I wonder what that unaccounted todo is ;)
More information about the Gcc-bugs
mailing list