Sciweavers

14 search results - page 1 / 3
» VOC: A Translation Validator for Optimizing Compilers
Sort
View
ENTCS
2002
84views more  ENTCS 2002»
13 years 5 months ago
VOC: A Translation Validator for Optimizing Compilers
Lenore D. Zuck, Amir Pnueli, Yi Fang, Benjamin Gol...
ENTCS
2002
166views more  ENTCS 2002»
13 years 5 months ago
Translation and Run-Time Validation of Optimized Code
The paper presents approaches to the validation of optimizing compilers. The emphasis is on aggressive and architecture-targeted optimizations which try to obtain the highest perf...
Lenore D. Zuck, Amir Pnueli, Yi Fang, Benjamin Gol...
PLDI
2000
ACM
13 years 10 months ago
Translation validation for an optimizing compiler
We describe a translation validation infrastructure for the GNU C compiler. During the compilation the infrastructure compares the intermediate form of the program before and afte...
George C. Necula
POPL
2008
ACM
14 years 5 months ago
Formal verification of translation validators: a case study on instruction scheduling optimizations
Translation validation consists of transforming a program and a posteriori validating it in order to detect a modification of its semantics. This approach can be used in a verifie...
Jean-Baptiste Tristan, Xavier Leroy
PLDI
2011
ACM
12 years 8 months ago
Evaluating value-graph translation validation for LLVM
Translation validators are static analyzers that attempt to verify that program transformations preserve semantics. Normalizing translation validators do so by trying to match the...
Jean-Baptiste Tristan, Paul Govereau, Greg Morrise...