@alex @postmodern I don't think this will have any runtime impact (JIT or not). Pulling the iv read outside the case statement will result in less memory though (fewer YARV instructions, also less generated machine code with YJIT) 🤷♀️
@alex @postmodern I don't think this will have any runtime impact (JIT or not). Pulling the iv read outside the case statement will result in less memory though (fewer YARV instructions, also less generated machine code with YJIT) 🤷♀️