Jump to content

CompCert

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Paracetamolo (talk | contribs) at 14:42, 1 April 2017 (Added x86-64 support and release v3.0.1). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CompCert
Stable release
3.0.1 / February 2017
Repository
TypeCompiler
Licensefree for noncommercial use[1]
Websitehttp://compcert.inria.fr/

CompCert is a formally verified optimizing compiler for a large subset of the C99 programming language which currently targets 32-bit PowerPC, ARM, x86 and x86-64[2] architectures.[3] This project, led by Xavier Leroy, started officially in 2005, funded by the French institutes ANR and INRIA. The compiler is specified, programmed and proved 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.[4]

Since 2015 AbsInt offers commercial licenses, provides industrial-strength support and maintenance, and contributes to the advancement of the tool.

References

  • Official website
  • absint/compcert - Official Source Code Repository on GitHub