Misplaced Pages

CompCert

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "CompCert" – news · newspapers · books · scholar · JSTOR (February 2018) (Learn how and when to remove this message)
A formally verified C compiler
CompCert
Original author(s)Xavier Leroy, Sandrine Blazy
Developer(s)AbsInt
Initial release2005; 20 years ago (2005)
Stable release3.15 / 13 December 2024
Repository
TypeCompiler
Licensefree for noncommercial use
Websitecompcert.org/compcert-C.html Edit this at Wikidata
This section needs expansion. You can help by adding to it. (February 2018)

CompCert is a formally verified optimizing compiler for a large subset of the C99 programming language (known as Clight) which currently targets PowerPC, ARM, RISC-V, x86 and x86-64 architectures. This project, led by Xavier Leroy, started officially in 2005, funded by the French institutes ANR and INRIA. The compiler is specified, programmed and proven in Coq. It aims to be used for programming embedded systems requiring reliability. The performance of its generated code is often close to that of GCC (version 3) at optimization level -O1, and always better than that of GCC without optimizations.

Since 2015, AbsInt offers commercial licenses, provides support and maintenance, and contributes to the advancement of the tool. CompCert is released under a noncommercial license, and is therefore not free software, although some of its source files are dual-licensed with the GNU Lesser General Public License version 2.1 or later or are available under the terms of other licenses.

For the development of CompCert, the first practically useful optimizing compiler targeting multiple commercial architectures that has a complete, mechanically checked proof of its correctness, Xavier Leroy and the development team of CompCert received the 2021 ACM Software System Award.

References

  1. "Release Compcert 3.15". 13 December 2024. Retrieved 14 December 2024.
  2. ^ "CompCert License".
  3. v3.0 Release Notes
  4. CompCert Website
  5. CompCert Performance
  6. "CompCert - Partners". compcert.inria.fr. Retrieved 2019-03-21.

External links


Stub icon

This programming-tool-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: