Related articles |
---|
Regions in Program Flow shyamky@yahoo.com (K.Shyam) (2005-10-20) |
Re: Regions in Program Flow shreyas76@gmail.com (shrey) (2005-10-23) |
Re: Regions in Program Flow drizzle76@gmail.com (dz) (2005-10-26) |
From: | "dz" <drizzle76@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 26 Oct 2005 14:18:27 -0400 |
Organization: | http://groups.google.com |
References: | 05-10-135 |
Keywords: | analysis |
Posted-Date: | 26 Oct 2005 14:18:27 EDT |
If all you are interested is loop, sompilers like gcc or for that
matter i wud think any good enough compiler can dump all the loop
nests, if u want it in a better format some trivial modifications
inside the compiler can format it ... If your concern is that you
want them marked in the source, then may be u need to do some coding
u'rself, A good might be to do it in SUIF which can convert the IR
containing your identified and marked phases back to C....
dz
K.Shyam wrote:
> Hello;
>
> I am intrested in finding out regions of a program, those which are
> atomic units of execution. I was thinking of using the concept of
> "phases". Loop nest is also another way. Are there some other ways of
> obtaining these regions ?
>
> Thanks K.Shyam
Return to the
comp.compilers page.
Search the
comp.compilers archives again.