Outside of the resources already listed on ocaml.org, are there any good resources for learning about the design of the OCaml runtime?
I’m particularly interested in any material about profiling and debugging.
Many thanks,
Michael
Outside of the resources already listed on ocaml.org, are there any good resources for learning about the design of the OCaml runtime?
I’m particularly interested in any material about profiling and debugging.
Many thanks,
Michael
See also Part 3: The Compiler and Runtime System section of Real World OCaml book. Some time ago I suggested to add a chapter about debugging and profiling in this book: https://github.com/realworldocaml/book/issues/3085.