[176957]
Title: A Fast and Precise Static Loop Analysis based on Abstract Interpretation, Program Slicing and Polytope Models. <em>In Proceedings of the International Symposium on Code Generation and Optimization (CGO)</em>
Written by: Paul Lokuciejewski, Daniel Cordes, Heiko Falk and Peter Marwedel
in: March (2009).
Volume: Number:
on pages: 136-146
Chapter:
Editor:
Publisher:
Series: 20090324-cgo-lokuciejewski-falk.pdf
Address: Seattle / USA
Edition:
ISBN: 10.1109/CGO.2009.17
how published: 09-80 LCFM09 CGO
Organization:
School:
Institution:
Type:
DOI:
URL:
ARXIVID:
PMID:

Note: hfalk, ESD, WCC

Abstract: A static loop analysis is a program analysis computing loop iteration counts. This information is crucial for different fields of applications. In the domain of compilers, the knowledge about loop iterations can be exploited for aggressive loop optimizations like Loop Unrolling. A loop analyzer also provides static information about code execution frequencies which can assist feedback-directed optimizations. Another prominent application is the static worst-case execution time (WCET) analysis which relies on a safe approximation of loop iteration counts.<br /> In this paper, we propose a framework for a static loop analysis based on Abstract Interpretation, a theory of a sound approximation of program semantics. To accelerate the analysis, we preprocess the analyzed code using Program Slicing, a technique that removes statements irrelevant for the loop analysis. In addition, we introduce a novel polytope-based loop evaluation that further significantly reduces the analysis time. The efficiency of our loop analyzer is evaluated on a large number of benchmarks. Results show that 99% of the considered loops could be successfully analyzed in an acceptable amount of time. This study points out that our methodology is best suited for real-world problems.