Sciweavers

SEFM
2006
IEEE

A PVS Based Framework for Validating Compiler Optimizations

13 years 10 months ago
A PVS Based Framework for Validating Compiler Optimizations
An optimization can be specified as sequential compositions of predefined transformation primitives. For each primitive, we can define soundness conditions which guarantee that the transformation is semantics preserving. An optimization of a program preserves semantics, if all applications of the primitives in the optimization satisfy their respective soundness conditions on the versions of the input program on which they are applied. This scheme does not directly check semantic equivalence of the input and the optimized programs and is therefore amenable to automation. Automating this scheme however requires a trusted framework for simulating transformation primitives and checking their soundness conditions. In this paper, we present the design of such a framework based on PVS. We have used it for specifying and validating several optimizations viz. common subexpression elimination, optimal code placement, lazy code motion, loop invariant code motion, full and partial dead code elimi...
Aditya Kanade, Amitabha Sanyal, Uday P. Khedker
Added 12 Jun 2010
Updated 12 Jun 2010
Type Conference
Year 2006
Where SEFM
Authors Aditya Kanade, Amitabha Sanyal, Uday P. Khedker
Comments (0)