Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Sep 13, 2023
1 parent 3fbc6f5 commit 4dc0e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions data/changelog/ocaml/2023-09-14-ocaml-5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ release of OCaml version 5.1.0.

Some of the highlights in OCaml 5.1.0 are:

- Many runtime performance regression and memory-leak fixes (dynlinking, weak array, weak hash sets, GC with idle domains, GC prefetching).
- Many runtime performance regression and memory-leaks fixes
(dynlinking, weak array, weak hash sets, GC with idle domains, GC prefetching).
- Restored support for native code generation on RISC-V and s390x architectures.
- Restored Cygwin port.
- Reduced installation size (50% reduction)
Expand All @@ -31,10 +32,10 @@ OCaml 5.1.0 is still a relatively experimental release compared to the OCaml
- Ephemeron performances need to be investigated.
- GC compaction is a work in progress.
- statmemprof is a work in progress.
- There are a number of known runtime concurrency bugs (that triggers under
- There are a number of known runtime concurrency bugs (that trigger under
rare circumstances)

We are planning to address those regressions, hopefully in the next release OCaml 5.2.0. Meanwhile, the OCaml 4.14 branch will be maintained and the next release on the OCaml 4.14 branch, OCaml 4.14.2, should follow this release in the upcoming months.
We are planning to address those regressions, hopefully in time for the OCaml 5.2.0 release for some of them. Meanwhile, the OCaml 4.14 branch will be maintained and the next release on the OCaml 4.14 branch, OCaml 4.14.2, should follow this release in the upcoming months.


Please report any unexpected behaviours on the [OCaml issue tracker](https://github.com/ocaml/ocaml/issues)
Expand Down
6 changes: 3 additions & 3 deletions data/releases/5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ intro: |
This release is available as an [opam](/p/ocaml/5.1.0) package.
highlights: |
Some of the highlights in OCaml 5.1.0 are:
- Many runtime performance regression and memory-leak fixes (dynlinking, weak array, weak hash sets, GC with idle domains, GC prefetching).
- Many runtime performance regression and memory-leaks fixes
(dynlinking, weak array, weak hash sets, GC with idle domains, GC prefetching).
- Restored support for native code generation on RISC-V and s390x architectures.
- Restored Cygwin port.
- Reduced installation size (50% reduction)
Expand Down Expand Up @@ -47,7 +47,7 @@ OCaml 5.1.0 is still a relatively experimental release compared to the OCaml
- Ephemeron performances need to be investigated.
- GC compaction is a work in progress.
- statmemprof is a work in progress.
- There are a number of known runtime concurrency bugs (that triggers under
- There are a number of known runtime concurrency bugs (that trigger under
rare circumstances)

For a comprehensive list of changes and details on all new features,
Expand Down

0 comments on commit 4dc0e9c

Please sign in to comment.