Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Program Logics for Certified Compilers

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Program Logics for Certified Compilers


Chronological Thread 
  • From: "Andrew W. Appel" <appel AT cs.Princeton.EDU>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Program Logics for Certified Compilers
  • Date: Wed, 30 Apr 2014 09:29:10 -0400

I am happy to announce publication of

Program Logics for Certified Compilers
by Andrew W. Appel
with Robert Dockins, Aquinas Hobor, Lennart Beringer, Josiah Dodds,
Gordon Stewart, Sandrine Blazy, and Xavier Leroy

Cambridge University Press, 2014  (469 pages).

The book covers separation logic and its application
to a Verified Software Toolchain with all components
proved correct in Coq, of course.

E-book 15 dollars cheap!   or    Hardcover

At the same time there is release 1.3 (open source)
of the Verified Software Toolchain, in particular the
Verifiable C program logic and its proof (semi)automation
tools for interactively verifying C programs in Coq
.

Book description:
Separation logic is the twenty-first-century variant of Hoare logic that permits verification of pointer-manipulating programs. This book covers practical and theoretical aspects of separation logic at a level accessible to beginning graduate students interested in software verification. On the practical side it offers an introduction to verification in Hoare and separation logics, simple case studies for toy languages, and the Verifiable C program logic for the C programming language. On the theoretical side it presents separation algebras as models of separation logics; step-indexed models of higher-order logical features for higher-order programs; indirection theory for constructing step-indexed separation algebras; tree-shares as models for shared ownership; and the semantic construction (and soundness proof) of Verifiable C. In addition, the book covers several aspects of the CompCert verified C compiler, and its connection to foundationally verified software analysis tools. All constructions and proofs are made rigorous and accessible in the Coq developments of the open-source Verified Software Toolchain.



Archive powered by MHonArc 2.6.18.

Top of Page