Superclass for simple dataflow analyses

Issue #87 resolved
florian_kuebler created an issue

The Soot framework provides abstract classes that makes it very easy to implement intraprocedural forward or backward analyses, also see the Soot Wiki. Such superclasses or traits would help implementing simple flow sensitive analyses with OPAL.

Comments (7)

  1. Michael Eichberg repo owner

    Given that the def-use chain is already directly available in OPAL, I'm asking myself how the "best" interface should look like in this case. Maybe it would make sense to facilitate a valued based fix-point computation. Do you have any suggestions?

  2. Michael Eichberg repo owner

    We now have an initial IFDS implementation that suits such needs - it "just" needs some functionality for backwards analysis.

  3. Log in to comment