aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-11-04 16:03:19 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-11-04 16:03:19 +0100
commit2d01e9626d32bfa384ec8846d361f70205b54f25 (patch)
tree1c675adca1e1fc8d89c973a3b4cca84685f604a1 /README.md
parentdecb2ce78a04fe4432aead78ca0165106fd4d26d (diff)
downloadcompcert-kvx-2d01e9626d32bfa384ec8846d361f70205b54f25.tar.gz
compcert-kvx-2d01e9626d32bfa384ec8846d361f70205b54f25.zip
Embed the short video with subtitles...
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77219cc1..21629795 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,19 @@ 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: see [`README_Kalray.md`](README_Kalray.md) for details.
+* 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).
* 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)
@@ -31,7 +40,6 @@ 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)