| Related articles |
|---|
| Data Flow Analysis? kwangyul.seo@gmail.com (Kwang Yul Seo) (2005-09-22) |
| Re: Data Flow Analysis? joe@burgershack.com (Randy) (2005-09-27) |
| Re: Data Flow Analysis? touati@prism.uvsq.fr (TOUATI Sid) (2005-09-30) |
| From: | TOUATI Sid <touati@prism.uvsq.fr> |
| Newsgroups: | comp.compilers |
| Date: | 30 Sep 2005 02:06:16 -0400 |
| Organization: | Universite de Versailles Saint-Quentin-en-Yvelines |
| References: | 05-09-111 05-09-131 |
| Keywords: | analysis |
| Posted-Date: | 30 Sep 2005 02:06:16 EDT |
The most accurate data flow analysis method (in theory) has been
provide by Pr Paul Feautrier using polyhedra theory : it works for
static control loops nests. Check for his articles. However, his method
was not implemented inside a real compiler yet.
S
Randy a écrit :
> Kwang Yul Seo wrote:
>
>>I want to participate in static analysis research and I would like to know
>>if anybody has any good suggestions for references (books, articles, reading
>>lists, open source projects) of data flow analysis.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.