From e07fe7f11466eac04c5fc7969ff7d997c8e72582 Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Fri, 10 Dec 2021 13:46:26 +0100 Subject: fix missing "formally" --- doc/index-kvx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index-kvx.html b/doc/index-kvx.html index 909a613f..6ca57538 100644 --- a/doc/index-kvx.html +++ b/doc/index-kvx.html @@ -37,7 +37,7 @@ a:active {color : Red; text-decoration : underline; }

A high-level view of this CompCert backend is provided by this CPP'22 paper (of Cyril Six, Léo Gourdin, Sylvain Boulmé, David Monniaux, Justus Fasse, Nicolas Nardino): -
Verified Superblock Scheduling.
+
Formally Verified Superblock Scheduling.

See also the README.md of our GitLab public repository (the source code is in branch CPP22_main -- the branch CPP22_if_lifting being an experimental variant described in the above paper). -- cgit