From 3f99a42035389b1953030af8490a5ec18a64394f Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Mon, 19 Oct 2020 17:00:35 +0200 Subject: link on Cyril's short video --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59ff7447..377776ca 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,23 @@ features, installation instructions, using the compiler, etc), please refer to the [Web site](http://compcert.inria.fr/) and especially the [user's manual](http://compcert.inria.fr/man/). -## VERIMAG version +## Verimag-Kalray version This is a special version with additions from Verimag and Kalray : - * Some general-purpose optimization phases (e.g. profiling). - * A backend for the KVX processor. +* A backend for the KVX processor: see [`README_Kalray.md`](README_Kalray.md) for details. +* Some general-purpose optimization phases (e.g. profiling). + - see [`PROFILING.md`](PROFILING.md) for details on the profiling system The people responsible for this version are - * Sylvain Boulmé (Grenoble-INP, Verimag) - * David Monniaux (CNRS, Verimag) - * Cyril Six (Kalray) - -See also `README_Kalray.md` and `PROFILING.md` and [the online documentation](https://certicompil.gricad-pages.univ-grenoble-alpes.fr/compcert-kvx). +* Sylvain Boulmé (Grenoble-INP, Verimag) +* David Monniaux (CNRS, Verimag) +* Cyril Six (Kalray) + +## Papers on this CompCert version + +* [a 5-minutes video](http://www-verimag.imag.fr/~boulme/videos/poster-oopsla20.mp4) by C. Six, presenting the postpass scheduling and the KVX backend. +* [Certified and Efficient Instruction Scheduling](https://hal.archives-ouvertes.fr/hal-02185883), an OOPSLA'20 paper, by Six, Boulmé and Monniaux. ## License CompCert is not free software. This non-commercial release can only -- cgit