ocaml / ocaml

The core OCaml system: compilers, runtime system, base libraries
https://ocaml.org
Other
5.5k stars 1.11k forks source link

Remove unused runtime following recursive value compilation changes. #13617

Open hhugo opened 4 days ago

hhugo commented 4 days ago

The change for recursive value compilation appeared in 5.2

  • 12551, #12608, #12782, #12596: Overhaul of recursive value compilation.

dustanddreams commented 4 days ago

You will need to regenerate the bootstraps. See "To remove a primitive" in BOOTSTRAP.adoc