Package soot.baf.toolkits.base

A toolkit to optimize the Baf IR.

See:
          Description

Interface Summary
Peephole Interface to be implemented by peepholes acting on the Baf IR.
 

Class Summary
ExamplePeephole Example peephole that remove all checkcast operations.
LoadStoreOptimizer  
PeepholeOptimizer Driver class to run peepholes on the Baf IR.
 

Package soot.baf.toolkits.base Description

A toolkit to optimize the Baf IR. Includes a store/load optimizer for eliminating redundent store and load instructions, as well as peepholes and the infrastructure required to add new ones.