[Soot-list] an optimization question

Mu Zhang muzhang82 at gmail.com
Sun Aug 5 19:40:41 EDT 2012


Hi, All,

I have a question about Soot's optimization. As far as I know, Soot is
capable of removing redundant instructions based on data-flow analysis.
Does Soot also optimize single instructions (JImple IR instruction) by
looking into its logic? For example if there is a or expression in a
definition statement, say b1 = b2 | 0, does Soot optimize it further to b1
= b2. If it does, what optimization phase and option is it?

Thanks,

Mu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20120805/4fb260ba/attachment.html 


More information about the Soot-list mailing list