Skip to content

Commit

Permalink
Changes entry for ocaml#9678
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jun 22, 2020
1 parent aacae38 commit 4fce17a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4fce17a

Please sign in to comment.