Precise Complexity Guarantees for Pointer Analysis via Datalog with Extensions
K. Tuncay Tekle, Yanhong A. Liu

TL;DR
This paper introduces a new approach to analyze the complexity of pointer analysis methods using Datalog and its extensions, providing precise complexity guarantees and efficient algorithms.
Contribution
It presents a novel algorithm for decomposing Datalog rules to compute exact time complexities and algorithms for efficiently implementing extensions like function symbols and universal quantification.
Findings
Precise complexity calculation algorithm for Datalog-based pointer analysis
Efficient algorithms for Datalog extensions such as function symbols
Complexity guarantees for various pointer analysis methods
Abstract
Pointer analysis is a fundamental static program analysis for computing the set of objects that an expression can refer to. Decades of research has gone into developing methods of varying precision and efficiency for pointer analysis for programs that use different language features, but determining precisely how efficient a particular method is has been a challenge in itself. For programs that use different language features, we consider methods for pointer analysis using Datalog and extensions to Datalog. When the rules are in Datalog, we present the calculation of precise time complexities from the rules using a new algorithm for decomposing rules for obtaining the best complexities. When extensions such as function symbols and universal quantification are used, we describe algorithms for efficiently implementing the extensions and the complexities of the algorithms. This paper…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
