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]: Transform compute_may_aliases into a TODO


On 8/10/07, Andrew Pinski <pinskia@gmail.com> wrote:
> On 8/10/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > We often recompute aliases even when absolutely nothing has changed.
> > This is quite wasteful.
> > The attached changes compute_may_aliases into a TODO, and we now only
> > run it when we've changed things that could destroy aliases.
>
> You forgot to remove this comment which is no longer true:
>        /* FIXME: May alias should a TODO but for 4.0.0,
>          we add may_alias right after fold builtins
>          which can create arbitrary GIMPLE.  */

Fixed, thanks
>
> Thanks,
> Andrew Pinski
>


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