profiledbootstrap insn-attrtab.c compile taking forever
Richard Guenther
richard.guenther@gmail.com
Thu Jul 14 10:55:00 GMT 2005
On 7/14/05, Richard Guenther <rguenther@suse.de> wrote:
>
> As subject says - on x86_64 it takes a whopping 30 minutes to
> compile said with -fprofile-generate!
It's caused by -frename-registers enabled by -funroll-loops. Compiling
with -O2 -fno-unroll-loops -fprofile-generate compared to -O2 -fno-unroll-loops
-fprofile-generate -frename-registers takes 14 minutes instead of 31.
Please consider not enabling -frename-registers for -fprofile-generate.
Thanks,
Richard.
More information about the Gcc
mailing list