On Mon, 7 Jul 2025 16:33:22 GMT, Chen Liang <li...@openjdk.org> wrote:
> Can `get` and `slowGet` be refactored to use this `findBinding` too? Not really, no. Inlining is critical here, and `get()` is written in this way for efficiency of generated code. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26164#issuecomment-3048039047