We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.PL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Programming Languages

Title: Bringing Iris into the Verified Software Toolchain

Abstract: The Verified Software Toolchain (VST) is a system for proving correctness of C programs using separation logic. By connecting to the verified compiler CompCert, it produces the strongest possible guarantees of correctness for real C code that we can compile and run. VST included concurrency from its inception, in the form of reasoning about lock invariants, but concurrent separation logic (CSL) has advanced by leaps and bounds since then. In this paper, we describe efforts to integrate advancements from Iris, a state-of-the-art mechanized CSL, into VST. Some features of Iris (ghost state and invariants) are re-implemented in VST from the ground up; others (Iris Proof Mode) are imported from the Iris development; still others (proof rules for atomic operations) are axiomatized, with the hope that they will be made foundational in future versions. The result is a system that can prove correctness of sophisticated concurrent programs implemented in C, with fine-grained locking and non-blocking atomic operations, that yields varying soundness guarantees depending on the features used.
Comments: 21 pages, 4 figures
Subjects: Programming Languages (cs.PL)
ACM classes: F.3.1
Cite as: arXiv:2207.06574 [cs.PL]
  (or arXiv:2207.06574v2 [cs.PL] for this version)

Submission history

From: William Mansky [view email]
[v1] Thu, 14 Jul 2022 00:34:52 GMT (43kb,D)
[v2] Fri, 15 Jul 2022 15:48:22 GMT (49kb)

Link back to: arXiv, form interface, contact.