From 4fce17adeba34d187cd1e747e18f4841b7b95d6c Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 22 Jun 2020 14:24:22 +0200 Subject: [PATCH] Changes entry for #9678 --- Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changes b/Changes index 903c74d87a62..c8a2ce4ea897 100644 --- a/Changes +++ b/Changes @@ -65,6 +65,11 @@ Working version - #9675: Remove the caml_static_{alloc,free,resize} primitives, now unused. (Xavier Leroy, review by Gabriel Scherer) +- #9678: Reimplement `Obj.reachable_words` using a hash table to + detect sharing, instead of temporary in-place modifications. This + is a prerequisite for Multicore OCaml. + (Xavier Leroy, review by Jacques-Henri Jourdan) + * #9697: Remove the Is_in_code_area macro and the registration of DLL code areas in the page table, subsumed by the new code fragment management API (Xavier Leroy, review by Jacques-Henri Jourdan)