[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SCC of CallGraph
Hello,
I am implementing an inteprocedural must alias analysis using Soot. I
must say Soot is a great platform!
Now I have to take care of Strongly connected components in the call
graph. I browsed through the couple of intere-proc analyzes that ship with
soot, but I could not find anything related to SCC that I could reuse. I
found SCC stuff in spark, but that does not work on CallGraph class.
So I was wondering if anybody has an inter-proc analysis that finds
handles SCCs in CallGraph that I can use for reference.
Thank you.
Saswat