Efficient compilation of Lambdas using MethodHandles and JRockit

From JVMLangSummit
Revision as of 13:31, 27 July 2010 by Jrose (talk | contribs)
Jump to navigationJump to search
Speaker
Fredrik Öhrström
Slides
Media:ohrstrom-lambdas-2010-07-26.pdf

Abstract

MethodHandles can (will) be used to implement Lambdas and closures in Java. It might look like the new language constructs will have worse performance than using the old style interfaces. I will show using JRockit and the Lambda prototype that the generated code will be very efficient.