[Soot-list] my question about Soot

Venkatesh Prasad Ranganath vranganath at sbcglobal.net
Fri Nov 17 01:36:06 EST 2006


Hi Yuyu,

When you ask for an escape analysis, are you looking for escape
information in a concurrent setting (i.e. object escapes the creating
thread) and/or escape information in a procedural setting (i.e. object
escapes the creating method)?  If you are interested in the former, then
you might want to take a look at the escape analysis catered by the
Indus project.  For the latter, you may be able to use the equivalence
class analysis from the Indus project.

Hope that helps,

-- 

Venkatesh Prasad Ranganath 
e-id: venkateshprasad.ranganath at gmail.com 
e-id: rvprasad at ksu.edu
web:  http://www.cis.ksu.edu/~rvprasad
blog: http://venkateshthinks.blogspot.com



More information about the Soot-list mailing list