[foreign] Poor performance?

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Mon May 20 20:41:43 UTC 2019


On 20/05/2019 21:18, John Rose wrote:
> If the signatures of the methods are statically fixable,
> then a very early binding of the APIs and signatures
> might usefully combine with a very late (maximally
> lazy) binding of the implementations.  Best of both
> worlds, and all that…
>
> (Is that what you meant, Maurizio?)

Yes, I mean - statically generate the bound implementation class - which 
internally is still free to use dynamically  bound items (such as 
invoker method handles).

Maurizio



More information about the panama-dev mailing list