Affiliation:
1. IBM Research, Hawthorne, NY
2. University of Colorado, Boulder, CO
Abstract
Pointer analysis benefits many useful clients, such as compiler optimizations and bug finding tools. Unfortunately, common programming language features such as dynamic loading, reflection, and foreign language interfaces, make pointer analysis difficult. This article describes how to deal with these features by performing pointer analysis online during program execution. For example, dynamic loading may load code that is not available for analysis before the program starts. Only an online analysis can analyze such code, and thus support clients that optimize or find bugs in it. This article identifies all problems in performing Andersen's pointer analysis for the full Java language, presents solutions to these problems, and uses a full implementation of the solutions in a Java virtual machine for validation and performance evaluation. Our analysis is fast: On average over our benchmark suite, if the analysis recomputes points-to results upon each program change, most analysis pauses take under 0.1 seconds, and add up to 64.5 seconds.
Publisher
Association for Computing Machinery (ACM)
Cited by
34 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Efficiently Trimming the Fat: Streamlining Software Dependencies with Java Reflection and Dependency Analysis;Proceedings of the IEEE/ACM 46th International Conference on Software Engineering;2024-04-12
2. Principled and practical static analysis for Python: Weakest precondition inference of hyperparameter constraints;Software: Practice and Experience;2023-11-22
3. The raise of machine learning hyperparameter constraints in Python code;Proceedings of the 31st ACM SIGSOFT International Symposium on Software Testing and Analysis;2022-07-18
4. Taming Reflection;ACM Transactions on Software Engineering and Methodology;2021-07-31
5. Broadening horizons of multilingual static analysis;Proceedings of the 35th IEEE/ACM International Conference on Automated Software Engineering;2020-12-21