[Soot-list] Aliasing Algorithm

Eric Bodden eric.bodden at mail.mcgill.ca
Sun Jun 24 19:43:16 EDT 2007


You just have to disable the whole program mode using the -w option.
This gives you a PointsToAnalysis that you can access via
soot.Scene.v().getPointsToAnalysis().

See:
http://www.sable.mcgill.ca/soot/doc/soot/PointsToAnalysis.html

You can

The points-to analysis itself has lots of options that impact runtime
of the analysis and its precision. Have a look at the phase options:
www.sable.mcgill.ca/soot/tutorial/phase/index.html

Eric


On 24/06/07, Shahpoor Rahmani <sh_raha at yahoo.com> wrote:
> Hello Every Body,
>
> I looking for efficient algorithm for Aliasing and The soot handle aliasing
> if answer is yes, how to use it.
>
> Yours,
>
> Shahpoor
>
>  ________________________________
> Yahoo! oneSearch: Finally, mobile search that gives answers, not web links.
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>


-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list