@@ -13,12 +13,6 @@ _______________
13
13
14
14
### Runtime system:
15
15
16
- - #12876: Port ThreadSanitizer support to Linux on POWER
17
- (Miod Vallat, review by Tim McGilchrist)
18
-
19
- - #12915: Port ThreadSanitizer support to Linux on s390x
20
- (Miod Vallat, review by Tim McGilchrist)
21
-
22
16
### Code generation and optimizations:
23
17
24
18
- #####: Enable compile-time option -function-sections on all previously
@@ -85,10 +79,6 @@ _______________
85
79
bytecode linker in `-custom` and `-output-*` modes.
86
80
(David Allsopp, Antonin Décimo and Samuel Hym, review by Vincent Laviron)
87
81
88
- - #12914: Slightly change the s390x assembly dialect in order to build with
89
- Clang's integrated assembler.
90
- (Miod Vallat, review by Gabriel Scherer)
91
-
92
82
- #12932: Remove useless code in Typecore.type_label_exp (was a fix for #4862)
93
83
(Jacques Garrigue, review by Gabriel Scherer)
94
84
@@ -389,12 +379,18 @@ OCaml 5.2.0
389
379
(David Allsopp, review by Antonin Décimo, Sébastien Hinderer, Samuel Hym,
390
380
Guillaume Munch-Maccagnoni and Miod Vallat)
391
381
382
+ - #12876: Port ThreadSanitizer support to Linux on POWER
383
+ (Miod Vallat, review by Tim McGilchrist)
384
+
392
385
- #12886: Reinitialize IO mutexes after fork
393
386
(Max Slater, review by Guillaume Munch-Maccagnoni and Xavier Leroy)
394
387
395
388
- #12907: Port ThreadSanitizer support to Linux on RiscV
396
389
(Miod Vallat, review by Nicolás Ojeda Bär and Fabrice Buoro)
397
390
391
+ - #12915: Port ThreadSanitizer support to Linux on s390x
392
+ (Miod Vallat, review by Tim McGilchrist)
393
+
398
394
- #12934: Fix data races between marking and sweeping functions
399
395
(Olivier Nicole, suggested by Stephen Dolan, review by Gabriel Scherer,
400
396
Miod Vallat and Damien Doligez)
@@ -783,6 +779,10 @@ OCaml 5.2.0
783
779
(Ulysse Gérard, Nathanaëlle Courant, suggestions by Gabriel Scherer and Thomas
784
780
Refis, review by Florian Angeletti, Gabriel Scherer and Thomas Refis)
785
781
782
+ - #12914: Slightly change the s390x assembly dialect in order to build with
783
+ Clang's integrated assembler.
784
+ (Miod Vallat, review by Gabriel Scherer)
785
+
786
786
### Build system:
787
787
788
788
- #12198, #12321, #12586, #12616, #12706: continue the merge of the
0 commit comments