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: about alias analysis


zouq wrote:
> i wonder whether there exists or not alias analysis for  scalar variable,
> array variable, even pointers.
> thank you.

Yes.  See alias.c for alias analysis on RTL.  See also tree-ssa-alias.c
for alias analysis on trees.  The latter is much more sophisticated.
The latter hasn't been in a release yet.  You need to look at either
gcc-4.0 prerelease, or the mainline development sources.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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