a new way to play with invokedynamic

2010-11-16 Thread John Rose
Folks, here's a small tool for JSR 292 that may have its uses: http://blogs.sun.com/jrose/entry/a_modest_tool_for_writing Enjoy, -- John ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: a new way to play with invokedynamic

2010-11-16 Thread Jim Laskey
Rose artistry at it's finest. Thank you John. On 2010-11-16, at 7:53 AM, John Rose john.r.r...@oracle.com wrote: Folks, here's a small tool for JSR 292 that may have its uses: http://blogs.sun.com/jrose/entry/a_modest_tool_for_writing Enjoy, -- John

Re: a new way to play with invokedynamic

2010-11-16 Thread john.r.r...@oracle.com
You're welcome! Join the Kenai project if you want to tweak it. -- John (on my iPhone) On Nov 16, 2010, at 5:14 AM, Jim Laskey jlas...@mac.com wrote: Rose artistry at it's finest. Thank you John. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

Re: a new way to play with invokedynamic

2010-11-16 Thread John Rose
Thanks. Yes, there's a need for something better than clinit to create interesting constants. Here are some cookbook notes about constants and JSR 292... JSR 292 is designed to allow live constants, by allowing the bootstrap method of an invokedynamic instruction to take a relatively