[Soot-list] Strongly Connected Components

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Mon Jan 25 09:43:27 EST 2010


Amir, I think you are actually looking for dominators
(http://en.wikipedia.org/wiki/Dominator_%28node%29).


Eric

--
Eric Bodden
Software Technology Group, Technische Universität Darmstadt, Germany
Tel: +49 6151 16-5478    Fax: +49 6151 16-5410
Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt



2010/1/25 Amir Mehrabi <mehrabi at comp.iust.ac.ir>:
>  Hi
> In my research , I faced to StronglyConnectedComponents   which seems it is
> a good toolkit for my research.
> In my research I want to specify domain of each control instruction, for
> example if we have an "IF" statment in method's body
> i want to specify start and end of this block
>
> ex:
> Start ->  if(condition) {
>                ...
>                ...
> End  ->   }
>
> in StronglyConnectedComponents seems do this
> Can anyone share some infomation about StronglyConnectedComponents  toolkit
> with me or introduce me a toolkit that do this in jimple format.
>
> thanks
> regards.
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>


More information about the Soot-list mailing list