diff --git a/index.en.html b/index.en.html
index 7231f69..9bd6f6a 100644
--- a/index.en.html
+++ b/index.en.html
@@ -49,7 +49,11 @@
Personal projects
Communications
- - Multicoretests – Parallel Testing Libraries for OCaml 5.0 (extended abstract)
+ - Runtime Detection of Data Races in OCaml with ThreadSanitizer (extended abstract) (slides)
+ Olivier Nicole and Fabrice Buoro
+ OCaml Workshop 2023
+
+ - Multicoretests – Parallel Testing Libraries for OCaml 5.0 (extended abstract) (video)
Jan Midtgaard, Olivier Nicole and Nicolas Osborne
OCaml Workshop 2022
@@ -74,6 +78,13 @@ Communications
Publications
+ -
+ MacoCaml: Staging Composable and Compilable Macros
+ (paper)
+
+ Ningning Xie, Leo White, Olivier Nicole and Jeremy Yallop
+ ICFP 2023 (International Conference on Functional Programming)
+
-
Lightweight Shape Analysis based on Physical Types
(pre-print)
diff --git a/index.eo.html b/index.eo.html
index 396802f..9e0ca8a 100644
--- a/index.eo.html
+++ b/index.eo.html
@@ -49,6 +49,10 @@
Personaj projektoj
Komunikaĵoj
+ - Runtime Detection of Data Races in OCaml with ThreadSanitizer (longa resumo) (lumbildoj)
+ Olivier Nicole kaj Fabrice Buoro
+ OCaml Workshop 2023
+
- Multicoretests – Parallel Testing Libraries for OCaml 5.0 (longa resumo)
Jan Midtgaard, Olivier Nicole kaj Nicolas Osborne
OCaml Workshop 2022
@@ -74,6 +78,13 @@ Komunikaĵoj
Eldonaĵoj
+ -
+ MacoCaml: Staging Composable and Compilable Macros
+ (artikolo)
+
+ Ningning Xie, Leo White, Olivier Nicole kaj Jeremy Yallop
+ ICFP 2023 (International Conference on Functional Programming)
+
-
Lightweight Shape Analysis based on Physical Types
(antaǔeldonaĵo)
diff --git a/index.fr.html b/index.fr.html
index 4421f77..ed2a70c 100644
--- a/index.fr.html
+++ b/index.fr.html
@@ -47,8 +47,12 @@
Projets personnels
Communications
+ - Runtime Detection of Data Races in OCaml with ThreadSanitizer (résumé long) (diapos)
+ Olivier Nicole et Fabrice Buoro
+ OCaml Workshop 2023
+
- Multicoretests – Parallel Testing Libraries for OCaml 5.0 (résumé long)
- Jan Midtgaard, Olivier Nicole and Nicolas Osborne
+ Jan Midtgaard, Olivier Nicole et Nicolas Osborne
OCaml Workshop 2022
-
@@ -62,7 +66,7 @@
Communications
d'Information), short paper
- Modular Macros (Poster/Démonstration) (pdf)
- Olivier Nicole, Leo White and Jeremy Yallop
+ Olivier Nicole, Leo White et Jeremy Yallop
PEPM 2018
@@ -70,6 +74,13 @@ Communications
Publications
+ -
+ MacoCaml: Staging Composable and Compilable Macros
+ (article)
+
+ Ningning Xie, Leo White, Olivier Nicole et Jeremy Yallop
+ ICFP 2023 (International Conference on Functional Programming)
+
-
Lightweight Shape Analysis based on Physical Types
(pre-print)
diff --git a/papers/defense.pdf b/papers/defense.pdf
new file mode 100644
index 0000000..e4e632d
Binary files /dev/null and b/papers/defense.pdf differ
diff --git a/papers/icfp_2023_macros.pdf b/papers/icfp_2023_macros.pdf
new file mode 100644
index 0000000..55ef602
Binary files /dev/null and b/papers/icfp_2023_macros.pdf differ
diff --git a/papers/ocaml_2023_tsan.pdf b/papers/ocaml_2023_tsan.pdf
new file mode 100644
index 0000000..e1c06ae
Binary files /dev/null and b/papers/ocaml_2023_tsan.pdf differ
diff --git a/papers/ocaml_2023_tsan_abstract.pdf b/papers/ocaml_2023_tsan_abstract.pdf
new file mode 100644
index 0000000..000f162
Binary files /dev/null and b/papers/ocaml_2023_tsan_abstract.pdf differ