Open avsm opened 11 years ago
Also worth noting that Real World OCaml has a complete description of the heap format and C bindings, which will be freely available online when released later this year.
Although this isn't exactly a "tutorial", it sounds like it could go there. We'll likely need to start structuring the tutorials into sub-sections.
There are also some notes on the Gallium wiki.
There are quite a few details on the compiler frontend, backend and runtime in Part III of Real World OCaml too.
https://realworldocaml.org/beta1/en/html/
-anil
On 27 Jul 2013, at 14:43, yallop notifications@github.com wrote:
There are also some notes on the Gallium wiki.
— Reply to this email directly or view it on GitHub.
@avsm @amirmc Good as part of the OCaml Labs compiler hacking sessions?
GHC has a really nice collection of insights into the internals of the compiler: http://hackage.haskell.org/trac/ghc/wiki/Commentary
It would be nice to start assembling notes that people have done for the OCaml compiler into a similar page for our toolchain.
A start;