[Soot-list] Have you thought about Escape Analysis is SOOT?

Zhoulai zell08v at gmail.com
Fri Sep 20 07:04:03 EDT 2013


Sorry, I find I was asking a question that has been replied in tje FAQ.
For those who are interested in escape analysis using soot, here is the
answer:

http://www.sable.mcgill.ca/pipermail/soot-list/2009-March/002258.html

Zhoulai

On Fri, Sep 20, 2013 at 11:18 AM, Zhoulai Fu <zell08v at gmail.com> wrote:

> Dear all,
>
> I am trying to compute the heap locations accessible in a procedure that
> may be accessed from outside.   If I understand correctly, this should be
> called escape analysis.
>
> For example,
> foo(){
>
> x =  new List(); //h
> y = x;
> foo (y);
>
> }
>
> Now I would like to have the allocation site 'h' to be the result of my
> analysis. This is because 'h' is accessible from within the procedure, and
> from without the procedure as well.
>
> Since escape analysis is classic, I feel puzzled why Soot does not have it
> built in. Anyway, have you ever developed escape analysis using soot?
>
> Thanks.
>
> Zhoulai
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130920/f4392e42/attachment.html 


More information about the Soot-list mailing list