module readability and exceptions in api
Michał Zegan
webczat_200 at poczta.onet.pl
Thu Oct 11 17:57:38 UTC 2018
W dniu 11.10.2018 o 19:03, Jochen Theodorou pisze:
> 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.
But they are made mostly for that, fast method calls where you don't
constantly have to create new handles? What about caching? Like
performance of putting such a handle in, say, a map or ... well whatever
more complicated than purely static usage of them...
>
> bye Jochen
>
>
More information about the jigsaw-dev
mailing list