5.1.0
版本发布时间: 2023-09-14 16:56:21
ocaml/ocaml最新发布版本:5.2.0(2024-05-13 20:27:08)
OCaml 5.1.0 is still a relatively experimental release compared to the OCaml 4.14 branch. Some of the highlights in OCaml 5.1.0 are:
- 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)
- Compressed compilation artefacts (.cmi, .cmt, .cmti, .cmo, .cma files)
- 19 error message improvements
- 14 standard library functions made tail-recursive with Tail-Recursion-Modulo-Cons (TRMC), such as
List.append
andList.map
. - 57 new standard library functions
- More examples in the standard library documentation
- 42 bug fixes