Reading List
Building virtual machines in general and programming language implementations in particular requires some knowledge. Rubinius’ goal is to lower the barrier by keeping as much as possible in Ruby but to hack on garbage collector you have to understand what’ going on behind the curtains.
This page contains references to books, online lectures, blog posts and any other publications you may find useful for working on Rubinius.
NOTE that some of these links refer to outdated information about Rubinius.
Virtual machine
- Smalltalk-80: language and its implementation by Goldberg, Robson, Harrison (aka “The Blue Book”), implementation chapters from part IV are available online
- Virtual machines by Iain D. Craig
- Great posts by Adam Gardiner: introduction, How send sites work
Garbage collection
- Garbage Collection: Algorithms for Automatic Dynamic Memory Management by Richard Jones
- Garbage collection lectures