Difference between revisions of "Efficient compilation of Lambdas using MethodHandles and JRockit"

From JVMLangSummit
Jump to navigationJump to search
(New page: Fredrik Öhrström ===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 t...)
 
m
Line 1: Line 1:
Fredrik Öhrström
+
;Speaker: Fredrik Öhrström
  
 
===Abstract===
 
===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.
 
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.

Revision as of 17:45, 28 June 2010

Speaker
Fredrik Öhrström

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.