Re: [jvm-l] Clever uses of InvokeDynamic

2012-04-21 Thread Julien Ponge
code as an opensource project. Cheers On Tue, Apr 17, 2012 at 7:30 PM, Charles Oliver Nutter wrote: > I'm filling out the remaining slides in my JAX keynote on > InvokeDynamic, and I'm interested in additional "clever" uses of > invokedynamic folks have discovered. &

Re: Clever uses of InvokeDynamic

2012-04-20 Thread Charles Oliver Nutter
ge- > From: mlvm-dev-boun...@openjdk.java.net > [mailto:mlvm-dev-boun...@openjdk.java.net] On Behalf Of Charles Oliver > Nutter > Sent: 17 April 2012 18:30 > To: Da Vinci Machine Project; JVM Languages > Subject: Clever uses of InvokeDynamic > > I'm filling out the rema

RE: Clever uses of InvokeDynamic

2012-04-20 Thread MacGregor, Duncan (GE Energy)
es of InvokeDynamic I'm filling out the remaining slides in my JAX keynote on InvokeDynamic, and I'm interested in additional "clever" uses of invokedynamic folks have discovered. I have included the following, which we make use of in JRuby: * Dynamic invocation (obviously) *

Clever uses of InvokeDynamic

2012-04-17 Thread Charles Oliver Nutter
I'm filling out the remaining slides in my JAX keynote on InvokeDynamic, and I'm interested in additional "clever" uses of invokedynamic folks have discovered. I have included the following, which we make use of in JRuby: * Dynamic invocation (obviously) * Lazy constants