Bit-Precise Procedure-Modular Termination Analysis

Hong-Yi Chen,Cristina David,Daniel Kroening,Peter Schrammel,Bjoern Wachter
DOI: https://doi.org/10.1145/3121136
IF: 1.714
2017-01-01
ACM Transactions on Programming Languages and Systems
Abstract:Non-termination is the root cause of a variety of program bugs, such as hanging programs and denial-of-service vulnerabilities. This makes an automated analysis that can prove the absence of such bugs highly desirable. To scale termination checks to large systems, an interprocedural termination analysis seems essential. This is a largely unexplored area of research in termination analysis, where most effort has focussed on small but difficult single-procedure problems. We present a modular termination analysis for C programs using template-based interprocedural summarisation. Our analysis combines a context-sensitive, over-approximating forward analysis with the inference of under-approximating preconditions for termination. Bit-precise termination arguments are synthesised over lexicographic linear ranking function templates. Our experimental results show the advantage of interprocedural reasoning over monolithic analysis in terms of efficiency, while retaining comparable precision.
What problem does this paper attempt to address?