CompCert VS checkedc

Compare CompCert vs checkedc and see what are their differences.

CompCert

The CompCert formally-verified C compiler (by AbsInt)

checkedc

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code. (by microsoft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
CompCert checkedc
36 21
1,757 3,183
1.6% 0.6%
7.3 0.0
20 days ago over 1 year ago
Coq C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CompCert

Posts with mentions or reviews of CompCert. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.

checkedc

Posts with mentions or reviews of checkedc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.

What are some alternatives?

When comparing CompCert and checkedc you can also consider the following projects:

seL4 - The seL4 microkernel

koka - Koka language compiler and interpreter

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

rust.ko - A minimal Linux kernel module written in rust.

unbound - Replib: generic programming & Unbound: generic treatment of binders

manyclangs - Repository hosting unofficial binary pack files for many commits of LLVM

gcc

c2rust - Migrate C code to Rust

vericert - A formally verified high-level synthesis tool based on CompCert and written in Coq.

linux - Linux kernel source tree

corn - Coq Repository at Nijmegen [maintainers=@spitters,@VincentSe]

wuffs - Wrangling Untrusted File Formats Safely