Lambda translation (original) (raw)

Brian Goetz brian.goetz at oracle.com
Sun Apr 22 10:09:21 PDT 2012


I've posted a document about how we translation lambdas to bytecodes, and what the VM/language runtime does with those bytecodes at run time, here:

http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html

The putbacks that have been going in recently that talk about "metafactories" implement the approach described in this document.



More information about the lambda-dev mailing list