This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Merging mem-ssa into mainline
Daniel Berlin wrote on 12/06/06 19:17:
Uh, 119145 was before the rechanging of the alias analysis stuff.
The only effect of your new PTA changes is that I should now be able to
test PR15855 again (notice that it wasn't included in these numbers).
The speedups in PTA are only a side-effect of the other aliasing
speedups I have. As I said, many other passes got faster because
changes in operand scanner and SSA renaming are much more pervasive than
changes to a single pass such as PTA.