[Bug rtl-optimization/59811] [4.8/4.9 Regression] Huge increase in memory usage and compile time in combine
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 22 15:16:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59811
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
With -O2 -fno-automatic -ffixed-line-length-none --param
sccvn-max-alias-queries-per-access=1300 the combiner completely disappears out
of the picture, supposedly because then FRE/PRE doesn't give up, with 1200 the
combiner already takes 17% of compile time and 77% of memory, with the default
1000 it takes 58% of compile time and 96% of memory.
More information about the Gcc-bugs
mailing list