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: [stage 2 projects] Enable new points-to solver


Diego Novillo <dnovillo@redhat.com> wrote:

> This patch finally enables the new points-to solver by making it
> part of the alias machinery.  Up until now, we were only using it
> in few cases, and we were not transferring all of the
> information.

It is not clear to me if this makes GCC generate better code, or it is just a
big cleanup of how aliasing information is computed. Are there a couple of
small snippets where we now generate better code than we used to?

Just for curiosity, I'm not even thinking of being in the way of this patch of
course.

Giovanni Bajo


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