This is the mail archive of the gcc@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: question about alias-analysis in gcc 4.5


On Tue, Dec 7, 2010 at 8:31 PM, Eugen Wagner
<wagner.eugen@googlemail.com> wrote:
> Hi,
> Are any kinds of flow-dependent points-to analysis computed on gimple
> in ssa form?
> in which pass?

In tree-ssa-structalias.c we compute points-to analysis.  It is flow-sensitive
only for pointers in SSA form.

Richard.

>
> regards,
> Eugen
>


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