Skip to main content

code analysis

Distilling JRuby: The JIT Compiler

·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

·21 mins
Part Two in my “Distilling JRuby” series talks about how variable scope is tracked inside the JRuby runtime.