[Bug lto/49700] LTO compile time hog
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 11 09:29:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49700
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-11 09:27:50 UTC ---
The phase parsing numbers are uninteresting, as lto1 FE does almost all the
work in its lto_main (aka parse_file langhook), including cgraph_optimize. So
that time includes basically the whole compilation, you can see that the
generate phase is very short.
More information about the Gcc-bugs
mailing list