Title
A Verified CompCert Front-End for a Memory Model Supporting Pointer Arithmetic and Uninitialised Data
Abstract
The CompCert C compiler guarantees that the target program behaves as the source program. Yet, source programs without a defined semantics do not benefit from this guarantee and could therefore be miscompiled. To reduce the possibility of a miscompilation, we propose a novel memory model for CompCert which gives a defined semantics to challenging features such as bitwise pointer arithmetics and access to uninitialised data. We evaluate our memory model both theoretically and experimentally. In our experiments, we identify pervasive low-level C idioms that require the additional expressiveness provided by our memory model. We also show that our memory model provably subsumes the existing CompCert memory model thus cross-validating both semantics. Our memory model relies on the core concepts of symbolic value and normalisation. A symbolic value models a delayed computation and the normalisation turns, when possible, a symbolic value into a genuine value. We show how to tame the expressive power of the normalisation so that the memory model fits the proof framework of CompCert. We also adapt the proofs of correctness of the compiler passes performed by CompCert’s front-end, thus demonstrating that our model is well-suited for proving compiler transformations.
Year
DOI
Venue
2019
10.1007/s10817-017-9439-z
Journal of Automated Reasoning
Keywords
Field
DocType
Verified compilation, C semantics, Pointer arithmetic
Front and back ends,Pointer (computer programming),Programming language,Bitwise operation,Computer science,Correctness,Compiler,Memory model,Mathematical proof,Semantics
Journal
Volume
Issue
ISSN
62.0
SP4
1573-0670
Citations 
PageRank 
References 
0
0.34
17
Authors
3
Name
Order
Citations
PageRank
Frédéric Besson121316.86
S. Blazy2366.66
Pierre Wilke3102.61