The recently released JDK 7 includes the InvokeDynamic feature. Is it speeding up (and actually used by) Groovy, Scala, Clojure, JRuby, Jython, etc? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
开发者_运维技巧 Improve this questionThe recently released JDK 7 includes the long waited InvokeDynamic feature. But are those dynamic languages out there using it? (I mean Groovy, Scala, JRuby, Jython, Clojure, etc)
And more important: at the end of the day we wanna know if there is a performance speedup (yeah it should)
The short answer is invokeDynamic has limited value for Clojure, but can be a strong benefit for other JVM languages. There is a long and very interesting thread about it here.
精彩评论