InvokeDynamic in Practice with JRuby

Day 1 | 15:00 | 00:25 | UD2.208 (Decroly) | Charles Nutter


Note: I'm reworking this at the moment, some things won't work.

The stream isn't available yet! Check back at 15:00.

JRuby has been one of the largest consumers of invokeddynamic and method handles since they were introduced in Java 7. With the release of JRuby 10, we have upgraded our minimum Java to 21, and implemented many new optimizations. This talk will survey how JRuby uses invoke dynamic to compile and optimize Ruby code on the JVM.