Translation and Run-Time Validation of Loop Transformations

Translation and Run-Time Validation of Loop Transformations” by Lenore Zuck, Amir Pnueli, Benjamin Goldberg, Clark Barrett, Yi Fang, and Ying Hu. Formal Methods in System Design, vol. 27, no. 3, Nov. 2005, pp. 335-360, Springer Netherlands.

Abstract

This paper presents new approaches to the validation of loop optimizations that compilers use to obtain the highest performance from modern architectures. Rather than verify the compiler, the approach of translation validation performs a validation check after every run of the compiler, producing a formal proof that the produced target code is a correct implementation of the source code. As part of an active and ongoing research project on translation validation, we have previously described approaches for validating optimizations that preserve the loop structure of the code and have presented a simulation-based general technique for validating such optimizations. In this paper, for more aggressive optimizations that alter the loop structure of the code-such as distribution, fusion, tiling, and interchange-we present a set of permutation rules which establish that the transformed code satisfies all the implied data dependencies necessary for the validity of the considered transformation. We describe the extensions to our tool voc-64 which are required to validate these structure-modifying optimizations. This paper also discusses preliminary work on run-time validation of speculative loop optimizations. This involves using run-time tests to ensure the corretness of loop optimizations whose correctness cannot be guaranteed at compile time. Unlike compiler validation, run-time validation must not only determine when an optimization has generated incorrect code, but also recovering from the optimization without aborting the program or producing an incorrect result. This technique has been applied to several loop optimizations, including loop interchange and loop tiling, and appears to be quite promising.

BibTeX entry:

@article{ZPG+05,
   author = {Lenore Zuck and Amir Pnueli and Benjamin Goldberg and Clark
	Barrett and Yi Fang and Ying Hu},
   title = {Translation and Run-Time Validation of Loop Transformations},
   journal = {Formal Methods in System Design},
   volume = {27},
   number = {3},
   pages = {335--360},
   publisher = {Springer Netherlands},
   month = nov,
   year = {2005},
   issn = {0925-9856},
   doi = {10.1007/s10703-005-3402-z},
   url = {http://theory.stanford.edu/~barrett/pubs/ZPG+05.pdf}
}

(This webpage was created with bibtex2web.)