English

From Concurrent Programs to Simulating Sequential Programs: Correctness of a Transformation

Programming Languages 2017-08-25 v1

Abstract

Frama-C is a software analysis framework that provides a common infrastructure and a common behavioral specification language to plugins that implement various static and dynamic analyses of C programs. Most plugins do not support concurrency. We have proposed Conc2Seq, a Frama-C plugin based on program transformation, capable to leverage the existing huge code base of plugins and to handle concurrent C programs. In this paper we formalize and sketch the proof of correctness of the program transformation principle behind Conc2Seq, and present an effort towards the full mechanization of both the formalization and proofs with the proof assistant Coq.

Keywords

Cite

@article{arxiv.1708.07226,
  title  = {From Concurrent Programs to Simulating Sequential Programs: Correctness of a Transformation},
  author = {Allan Blanchard and Frédéric Loulergue and Nikolai Kosmatov},
  journal= {arXiv preprint arXiv:1708.07226},
  year   = {2017}
}

Comments

In Proceedings VPT 2017, arXiv:1708.06887

R2 v1 2026-06-22T21:22:17.219Z