Distilling JRuby: Frames and Backtraces March 15, 2010·19 mins Part Four in my “Distilling JRuby” series talks about the techniques for generating frames and backtraces.
Distilling JRuby: The JIT Compiler October 06, 2009·31 mins Part Three in my “Distilling JRuby” series talks about a key figure in the performance of JRuby: The JIT Compiler
Distilling JRuby: Tracking Scope September 25, 2009·21 mins Part Two in my “Distilling JRuby” series talks about how variable scope is tracked inside the JRuby runtime.
Distilling JRuby: Method Dispatching 101 September 16, 2009·13 mins Part One in my “Distilling JRuby” series covers the “basics” in method to method dispatching in JRuby