Re: Alias analysis of parameters

2005-11-25 Thread Daniel Berlin
On Sat, 2005-11-26 at 02:14 +, shreyas krishnan wrote: > Hi > I am trying to understand the workings of alias analysis and why > it behaves it a particular way. I am using the alias analysis branch > of gcc4.0 > > I find that for the following snippet of code > main(

Alias analysis of parameters

2005-11-25 Thread shreyas krishnan
Hi I am trying to understand the workings of alias analysis and why it behaves it a particular way. I am using the alias analysis branch of gcc4.0 I find that for the following snippet of code main() { foo(A) }