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: [autovect] [patch] and aliasing question


On Thu, May 26, 2005 at 03:31:45PM +0300, Ira Rosen wrote:

> BTW, the original pointer also has no flow-sensitive information.
> 
It wouldn't.  It's a default name for a PARM_DECL.  I *think*
Dan's new points-to analysis will give it some more meaningful
information.  In principle, this pointer would point to all the
locals whose address escapes and all globals with their address
taken.  IPA information would give you a more precise set.


Diego.


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