Skip to content

Commit 991f671

Browse files
committed
Changes: Move ocaml#12876, ocaml#12914 and ocaml#12915 to 5.2.0
1 parent 2e2b17d commit 991f671

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Changes

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ _______________
1313

1414
### Runtime system:
1515

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-
2216
### Code generation and optimizations:
2317

2418
- #####: Enable compile-time option -function-sections on all previously
@@ -85,10 +79,6 @@ _______________
8579
bytecode linker in `-custom` and `-output-*` modes.
8680
(David Allsopp, Antonin Décimo and Samuel Hym, review by Vincent Laviron)
8781

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-
9282
- #12932: Remove useless code in Typecore.type_label_exp (was a fix for #4862)
9383
(Jacques Garrigue, review by Gabriel Scherer)
9484

@@ -389,12 +379,18 @@ OCaml 5.2.0
389379
(David Allsopp, review by Antonin Décimo, Sébastien Hinderer, Samuel Hym,
390380
Guillaume Munch-Maccagnoni and Miod Vallat)
391381

382+
- #12876: Port ThreadSanitizer support to Linux on POWER
383+
(Miod Vallat, review by Tim McGilchrist)
384+
392385
- #12886: Reinitialize IO mutexes after fork
393386
(Max Slater, review by Guillaume Munch-Maccagnoni and Xavier Leroy)
394387

395388
- #12907: Port ThreadSanitizer support to Linux on RiscV
396389
(Miod Vallat, review by Nicolás Ojeda Bär and Fabrice Buoro)
397390

391+
- #12915: Port ThreadSanitizer support to Linux on s390x
392+
(Miod Vallat, review by Tim McGilchrist)
393+
398394
- #12934: Fix data races between marking and sweeping functions
399395
(Olivier Nicole, suggested by Stephen Dolan, review by Gabriel Scherer,
400396
Miod Vallat and Damien Doligez)
@@ -783,6 +779,10 @@ OCaml 5.2.0
783779
(Ulysse Gérard, Nathanaëlle Courant, suggestions by Gabriel Scherer and Thomas
784780
Refis, review by Florian Angeletti, Gabriel Scherer and Thomas Refis)
785781

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+
786786
### Build system:
787787

788788
- #12198, #12321, #12586, #12616, #12706: continue the merge of the

0 commit comments

Comments
 (0)