This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
alias time explosion
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Mon, 20 Mar 2006 17:18:01 -0500
- Subject: alias time explosion
I'm not sure when this happened, but I noticed on the weekend that there
has been an explosion in the time spent during the alias analysis phase.
using cplusplus-grammer.ii, it use to compile on my machine in about 55
seconds, and its now up to about 150 seconds.
A quick gprof indicated about 60% of compile time is being spent in
bitmap_bit_p, called from compute_may_aliases.
someone made it WAY slow :-)
Andrew