Loop dependency analysis for C programs

"renjith.varma@gmail.com" <renjith.varma@gmail.com>
29 Nov 2006 00:51:23 -0500

          From comp.compilers

Related articles
Loop dependency analysis for C programs renjith.varma@gmail.com (renjith.varma@gmail.com) (2006-11-29)
Re: Loop dependency analysis for C programs DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-11-29)
Re: Loop dependency analysis for C programs renjith.varma@gmail.com (renjith.varma@gmail.com) (2006-11-30)
Re: Loop dependency analysis for C programs dima@rts.ua (Dmitry Marienko) (2006-12-01)
Re: Loop dependency analysis for C programs Sid.Touati@inria.fr (Sid Touati) (2006-12-01)
Re: Loop dependency analysis for C programs notme@nowhere.com (Paul Anderson) (2006-12-01)
Re: Loop dependency analysis for C programs neal.wang@gmail.com (neal) (2006-12-01)
[1 later articles]
| List of all articles for this month |

From: "renjith.varma@gmail.com" <renjith.varma@gmail.com>
Newsgroups: comp.compilers
Date: 29 Nov 2006 00:51:23 -0500
Organization: Compilers Central
Keywords: analysis, question
Posted-Date: 29 Nov 2006 00:51:23 EST

Hi,


I am planning to do loop dependency analysis for C programs. Could you
tell me the best way to get the loop structure? For this, I am planning
to use some tool that'll create an AST and then walk through the nodes.
Is there any better way around? Also can someone suggest me some tools
which can produce an AST which I can manipulate without much hassles.


Regards
Renjith



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.