This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Fix a few pessimizations in tree-ssa-structalias


On 10/17/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> None of these affect the correctness of results, only how fast we get
> them (they were causing us to not unify as many variables as we
> should, or to do more work than we should to get the same answers).

Do these apply to 4.2 as well or is the code there too different?

Thanks,
Richard.

> 2007-10-17  Daniel Berlin  <dberlin@dberlin.org>
>
>         * tree-ssa-structalias.c (rewrite_constraints): Don't test for
>         directness anymore.
>         (perform_var_substitution): Only DFS from real nodes. Don't test
>         for directness.
>         (unite_pointer_equivalences): Fix broken test.
>
>
> Bootstrapped and regtested on i686-pc-darwin
> Committed to mainline
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]