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


Reply via email to