A Fast And Precise Static Loop Analysis Based On Abstract Interpretation, Program Slicing And Polytope Models

CGO(2009)

引用 128|浏览299
暂无评分
摘要
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.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.
更多
查看译文
关键词
optimising compilers,program control structures,program slicing,abstract interpretation,aggressive loop optimization compiler,code execution frequency,polytope model,precise static loop analysis,program analysis computing loop iteration count,program semantic,program slicing,WCET analysis,abstract interpretation,loop analysis,static program analysis,
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要