On Mon, 24 Feb 2025 22:08:53 GMT, Chen Liang <li...@openjdk.org> wrote:

> we should just select a MH via hash table lookup and invoke that MH

I had something like this in an early prototype of the `tableSwitch` 
combinator, but it does not work, as it prevents the method handle calls for 
each case from being inlined.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23706#discussion_r1979445701

Reply via email to