Skip to content
  • Alan Wu's avatar
    294aef53
    YJIT: Filter `&` calls from specialized C method codegen · 294aef53
    Alan Wu authored
    Evident with the crash reported in [Bug #20997], the C replacement
    codegen functions aren't authored to handle block arguments (nor
    should they because the extra code from the complexity defeats
    optimization). Filter sites with VM_CALL_ARGS_BLOCKARG.
    294aef53
    YJIT: Filter `&` calls from specialized C method codegen
    Alan Wu authored
    Evident with the crash reported in [Bug #20997], the C replacement
    codegen functions aren't authored to handle block arguments (nor
    should they because the extra code from the complexity defeats
    optimization). Filter sites with VM_CALL_ARGS_BLOCKARG.
Loading