Re: MethodHandle lookup&invocation performance

2011-07-11 Thread Hervé Girod
Hello, My comprehension is that the lookup can be performed only once, to get the MethodHandle, and that checks are done there and not after when using the MethodHandle anymore. Am I right? Sent from my iPhone On 11 juil. 2011, at 15:17, Christian Thalinger wrote: > On Jul 9, 2011, at 3:27

Re: MethodHandle lookup&invocation performance

2011-07-11 Thread Hervé Girod
That's great then! I will try to inokedynamicize my code soon to see what I could gain ;) Herve Sent from my iPhone On 11 juil. 2011, at 15:36, Rémi Forax wrote: > On 07/11/2011 03:34 PM, Hervé Girod wrote: >> Hello, >> >> My comprehension is that the lookup can