Lambda translation (original) (raw)
Brian Goetz brian.goetz at oracle.com
Sun Apr 22 10:09:21 PDT 2012
- Previous message: lambda core dump on OSX
- Next message: Lambda translation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: lambda core dump on OSX
- Next message: Lambda translation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]