module readability and exceptions in api

Jochen Theodorou blackdrag at gmx.org
Thu Oct 11 17:03:24 UTC 2018


On 10.10.2018 22:09, Michał Zegan wrote:
[...]
> Oh when we are at it, a bit offtopic, can bytecode generation be
> replaced with method handle usage, or method handles are still not fast
> enough... or whatever?

In my experience they are fast enough in many, if not most cases. But if 
you cannot do with constant handles and have to create them at runtime, 
then the creation cost is killing your performance.

bye Jochen




More information about the jigsaw-dev mailing list