Post #3641770
2026-05-07 15:30 UTC
(HEAVILY) WIP #OCaml port to #mmtk
Don't expect anything yet, I'm drowning in the semester and I'm just happy it quietly compiles right now 😂
Next up: get single threaded STW working (in a way that works for multi too 🫠)
https://github.com/InnocentZero/ocaml-mmtk
Replies (1)
-
@innocentzero@mastodon.social 2026-05-07 15:32
MMTk porting guide is the prime example of: How to draw an owl: - Draw a circle - Draw the rest of the owl So, how to port to MMTk? - Port to NoGC (ensure runtime compiler doesn't shit itself while linking with rust) - Complete the rest of the port #mmtk #gc #rust #programminglanguages