Skip to content

Commit

Permalink
Make ephemerons immutable.
Browse files Browse the repository at this point in the history
This is a port of ocaml#10737 for
multicore.
  • Loading branch information
kayceesrk committed Nov 11, 2021
1 parent 8b18477 commit 50d44cd
Show file tree
Hide file tree
Showing 16 changed files with 419 additions and 779 deletions.
3 changes: 3 additions & 0 deletions stdlib/.depend
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ stdlib__Ephemeron.cmo : ephemeron.ml \
stdlib__Seq.cmi \
stdlib__Random.cmi \
stdlib__Obj.cmi \
stdlib__List.cmi \
stdlib__Lazy.cmi \
stdlib__Int.cmi \
stdlib__Hashtbl.cmi \
Expand All @@ -257,12 +258,14 @@ stdlib__Ephemeron.cmx : ephemeron.ml \
stdlib__Seq.cmx \
stdlib__Random.cmx \
stdlib__Obj.cmx \
stdlib__List.cmx \
stdlib__Lazy.cmx \
stdlib__Int.cmx \
stdlib__Hashtbl.cmx \
stdlib__Array.cmx \
stdlib__Ephemeron.cmi
stdlib__Ephemeron.cmi : ephemeron.mli \
stdlib__Seq.cmi \
stdlib__Hashtbl.cmi
stdlib__Filename.cmo : filename.ml \
stdlib__Sys.cmi \
Expand Down

0 comments on commit 50d44cd

Please sign in to comment.