diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2023-05-15 13:46:11 +0200 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2023-05-15 13:59:23 +0200 |
commit | 7b15736c54bf19297ac4b322761ef872f0c1634c (patch) | |
tree | bf318ed243b8cd8977a938d69cda0a9caf5d1e23 /Changes | |
parent | 71df9ee035455dcb665639168419c07eb83ae1e9 (diff) | |
download | ocaml-5.1.tar.gz |
Merge pull request #12131 from NickBarnes/nick-get-copy5.1
Simplify weak hash sets
(cherry picked from commit 088fc769eab02fcc016c296bbe6ea3337d8f680e)
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -132,6 +132,10 @@ OCaml 5.1.0 (B. Szilvasy, Gabriel Scherer and Xavier Leroy, review by Stefan Muenzel, Guillaume Munch-Maccagnoni and Damien Doligez) +- #12131: Simplify implementation of weak hash sets, fixing a + performance regression. (Nick Barnes, review by François Bobot, + Alain Frisch and Damien Doligez). + ### Type system: - #6941, #11187: prohibit using classes through recursive modules |