Termination Analysis for Evolving Programs: an Incremental Approach by Reusing Certified Modules

Fei He,Jitao Han
DOI: https://doi.org/10.1145/3428267
2020-01-01
Proceedings of the ACM on Programming Languages
Abstract:Research on program termination has a long tradition. However, most of the existing techniques target a single program only. We propose in this paper an incremental termination analysis approach by reusing certified modules across different program versions. A transformation-based procedure is further developed to increase the reusability of certified modules. The proposed approach has wide applicability, applicable to various program changes. The proposed technique, to the best of our knowledge, represents a novel attempt to the termination analysis of evolving programs. We implemented the approach on top of Ultimate Automizer. Experimental results show dramatic improvement of our approach over the state-of-the-art tool.
What problem does this paper attempt to address?