Re: Why is LambdaMetafactory 10% slower than a static MethodHandle but 80% faster than a non-static MethodHandle?

2018-02-20 Thread Geoffrey De Smet
Also, does that mean if we try to pollute the LambdaMetafactory (e.g. by 3 different function objects) to prevent inline, we are likely to see similar performance :) As far as I can tell, I see a similar performan

Re: Why is LambdaMetafactory 10% slower than a static MethodHandle but 80% faster than a non-static MethodHandle?

2018-02-20 Thread Remi Forax
- Mail original - > De: "Vladimir Ivanov" > À: "Wenlei Xie" , "Da Vinci Machine Project" > > Envoyé: Mardi 20 Février 2018 00:14:42 > Objet: Re: Why is LambdaMetafactory 10% slower than a static MethodHandle but > 80% faster than a non-static MethodHandle? >> Sorry if it's a dumb que