uschindler commented on PR #14642:
URL: https://github.com/apache/lucene/pull/14642#issuecomment-2869217876

   This code is more complex, but does the right thing. Only if the 
MethodHandle is direct and works witho our own lookup, we translate the method 
call to a invokestatic directly.
   
   This is basically similar to the code we had in the very first version of 
the Expressions module, but this one can do type checking better and uses the 
mechanisms of classfile library to generate the opcodes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to