Related articles |
---|
Implementing data flow analysis in single pass parser madhusudhanank@gmail.com (Madhu-K7) (2008-07-18) |
Re: Implementing data flow analysis in single pass parser johnhull2008@gmail.com (johnhull2008) (2008-07-28) |
Re: Implementing data flow analysis in single pass parser madhusudhanank@gmail.com (Madhu-K7) (2008-07-30) |
From: | Madhu-K7 <madhusudhanank@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Wed, 30 Jul 2008 11:59:16 -0700 (PDT) |
Organization: | Compilers Central |
References: | 08-07-034 08-07-062 |
Keywords: | summary |
Posted-Date: | 01 Aug 2008 06:46:51 EDT |
On Jul 28, 2:23 am, johnhull2008 <johnhull2...@gmail.com> wrote:
> There are several papers on synthesizing C pointers to hardware
> including the following one:http://citeseer.ist.psu.edu/237630.html
>
> I have only read the introduction and abstract but it seems to be
> suggesting a way of analyzing which variables a pointer might be
> pointing to in order to synthesize it into hardware.
>
> Most compilers, including gcc, already have an alias analysis pass, so
> it might save you time if you can find a way to use the existing code.
> I think tree-ssa-alias.c of gcc-4.3.1 is the pass you might be
> interested in.
Hey John,
Thanks for your reply. That was the first paper that I read on pointer
synthesis. Its a pretty good idea. Thanks for your suggestions.
Regards,
Madhu...
Return to the
comp.compilers page.
Search the
comp.compilers archives again.