On Fri, 20 Sep 2024 09:18:32 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> CheckLocal once, reduce redundant checkLocal, rewrite switch, reduce method > size, codeSize is reduced from 367 to 263. Looks good. Using `Util.parameterSlots` avoids redundant array allocation and copies. 👍 ------------- PR Comment: https://git.openjdk.org/jdk/pull/21106#issuecomment-2363986573