Formal Verification of a C-like Memory Model and Its Uses for Verifying Program Transformations

  • Authors:
  • Xavier Leroy;Sandrine Blazy

  • Affiliations:
  • INRIA Paris-Rocquencourt, Le Chesnay, France 78153;ENSIIE, Evry cedex, France 91025

  • Venue:
  • Journal of Automated Reasoning
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

This article presents the formal verification, using the Coq proof assistant, of a memory model for low-level imperative languages such as C and compiler intermediate languages. Beyond giving semantics to pointer-based programs, this model supports reasoning over transformations of such programs. We show how the properties of the memory model are used to prove semantic preservation for three passes of the Compcert verified compiler.