ReflectASM - lib for fast reflection in Java. May be this lib can improve perfomance Fantom on Java...
brianSat 3 Dec 2011
I've used techniques like that in the past, and we can optimize emit process to make reflection a little faster. But the real JVM performance opportunity is going to be switching to invokedynamic.
Akcelisto Sat 3 Dec 2011
ReflectASM - lib for fast reflection in Java. May be this lib can improve perfomance Fantom on Java...
brian Sat 3 Dec 2011
I've used techniques like that in the past, and we can optimize emit process to make reflection a little faster. But the real JVM performance opportunity is going to be switching to invokedynamic.