CompCert
Jump to navigation
Jump to search
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
(Learn how and when to remove this template message)
|
| Stable release | 3.4
/ September 17, 2018 |
|---|---|
| Repository | |
| Type | Compiler |
| License | free for noncommercial use[1] |
| Website | http://compcert.inria.fr/ |
CompCert is a formally verified optimizing compiler for a large subset of the C99 programming language which currently targets PowerPC, ARM, RISC-V, 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 support and maintenance, and contributes to the advancement of the tool.[citation needed]
References[edit]
External links[edit]
- Official website
- AbsInt/CompCert - Official Source Code Repository on GitHub
| This software article is a stub. You can help Wikipedia by expanding it. |