Affiliation:
1. Princeton University, Princeton, NJ, USA
Abstract
This paper reports on the development of Compositional CompCert, the first verified separate compiler for C.
Specifying and proving separate compilation for C is made challenging by the coincidence of: compiler optimizations, such as register spilling, that introduce compiler-managed (private) memory regions into function stack frames, and C's stack-allocated addressable local variables, which may leak portions of stack frames to other modules when their addresses are passed as arguments to external function calls. The CompCert compiler, as built/proved by Leroy
etal
2006--2014, has proofs of correctness for whole programs, but its simulation relations are too weak to specify or prove separately compiled modules.
Our technical contributions that make Compositional CompCert possible include: language-independent linking, a new operational model of multilanguage linking that supports strong semantic contextual equivalences; and structured simulations, a refinement of Beringer
etal
logical simulation relations that enables expressive module-local invariants on the state communicated between compilation units at runtime. All the results in the paper have been formalized in Coq and are available for download together with the Compositional CompCert compiler.
Funder
Defense Advanced Research Projects Agency
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference24 articles.
1. An equivalence-preserving CPS translation via multi-language semantics
2. Program Logics for Certified Compilers
3. Biorthogonality, step-indexing and compiler correctness
4. Verified Compilation for Shared-Memory C
5. C11. C11 draft standard. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf April 2011. C11. C11 draft standard. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf April 2011.
Cited by
9 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Lightweight, Modular Verification for WebAssembly-to-Native Instruction Selection;Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 1;2024-04-17
2. Verifying optimizations of concurrent programs in the promising semantics;Proceedings of the 43rd ACM SIGPLAN International Conference on Programming Language Design and Implementation;2022-06-09
3. Compositional optimizations for CertiCoq;Proceedings of the ACM on Programming Languages;2021-08-22
4. A formal approach to rigorous development of critical systems;Journal of Software: Evolution and Process;2021-01-26
5. Predicate Extension of Symbolic Memory Graphs for the Analysis of Memory Safety Correctness;Programming and Computer Software;2020-12