This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Speedup compile/20001226-1.c compilation
> > * cfganal.c (compute_dominance_frontiers_1): Don't be quadratic.
>
> I'd commit this as obvious, to be honest.
> It makes the comment true (i'm actually rather surprised nobody
> noticed this before. I certainly missed it when i rewrote the code,
> which was still faster than the old code!)
OK, comitted.
I was just wondering if I missed something obvious ;)
Honza
>
> --Dan