aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-11-04 16:08:02 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-11-04 16:08:02 +0100
commit078981909788db86bdcf4e470401b77d9bd0beb3 (patch)
tree2e5f66d26a70a5e831308ab50d012ee0f420609e /README.md
parent2d01e9626d32bfa384ec8846d361f70205b54f25 (diff)
downloadcompcert-kvx-078981909788db86bdcf4e470401b77d9bd0beb3.tar.gz
compcert-kvx-078981909788db86bdcf4e470401b77d9bd0beb3.zip
Revert "Embed the short video with subtitles..."
This reverts commit 2d01e9626d32bfa384ec8846d361f70205b54f25.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 21629795..77219cc1 100644
--- a/README.md
+++ b/README.md
@@ -19,19 +19,10 @@ the [user's manual](http://compcert.inria.fr/man/).
## Verimag-Kalray version
This is a special version with additions from Verimag and Kalray :
-* A backend for the KVX processor:
-<details>
-<summary><u>Click-this to expand/collapse a 5-minutes video</u> by C. Six, presenting the postpass scheduling and the KVX backend</summary>
-<video controls="true" allowfullscreen="true" poster="http://www-verimag.imag.fr/~boulme/videos/poster-oopsla20.png">
-<source src="http://www-verimag.imag.fr/~boulme/videos/poster-oopsla20.mp4" type="video/mp4">
-<track label="English" kind="subtitles" srclang="en" src="http://www-verimag.imag.fr/~boulme/videos/poster-oopsla20.srt" default>
-</video>
-</details>
-See also [`README_Kalray.md`](README_Kalray.md).
+* 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)
@@ -40,6 +31,7 @@ The people responsible for this version are
## Papers, docs, etc 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.
* [the documentation of the KVX backend Coq sources](https://certicompil.gricad-pages.univ-grenoble-alpes.fr/compcert-kvx)