zigself icon indicating copy to clipboard operation
zigself copied to clipboard

Documentation for parts of the VM

Open sin-ack opened this issue 3 years ago • 0 comments

I'd like to write some documentation for several parts of the virtual machine in order to make it easy for other people to understand more tricky parts of the virtual machine.

  • [ ] Heap (in particular, the garbage collection mechanism)
  • [ ] The actor model & execution
  • [ ] Object layout on the heap
  • [ ] Primitives
  • [ ] Bytecode

Note that documentation for Self code will live inside the programming environment.

sin-ack avatar Jun 03 '22 10:06 sin-ack