Inter-procedural data-flow analysis with IFDS/IDE and Soot

  • Authors:
  • Eric Bodden

  • Affiliations:
  • Technische Universität Darmstadt, Darmstadt, Germany

  • Venue:
  • Proceedings of the ACM SIGPLAN International Workshop on State of the Art in Java Program analysis
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The IFDS and IDE frameworks by Reps, Horwitz and Sagiv are two general frameworks for the inter-procedural analysis of data-flow problems with distributive flow functions over finite domains. Many data-flow problems do have distributive flow functions and are thus expressible as IFDS or IDE problems, reaching from basic analyses like truly-live variables to complex analyses for problems from the current literature such as typestate and secure information-flow. In this work we describe our implementation of a generic IFDS/IDE solver on top of Soot and contrast it with an IFDS implementation in the Watson Libraries for Analysis (WALA), both from a user's perspective and in terms of the implementation. While WALA's implementation is geared much towards memory efficiency, ours is currently geared more towards extensibility and ease of use and we focus on efficiency as a secondary goal. We further discuss possible extensions to our IFDS/IDE implementation that may be useful to support a wider range of analyses.