https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #16 from Jan Hubicka <hubicka at gcc dot gnu.org> --- For LTO linking we do have some idea about progress during ltrans since we compute estimated sizes of functions and we know the size of whole unit we build. WPA stage can at least be divided into few steps (i.e. streaming in where we know size of input files, inlining and stream out)