summaryrefslogtreecommitdiff
path: root/spec/ruby/bin/rubocop
diff options
context:
space:
mode:
authorMax Bernstein <tekknolagi@gmail.com>2026-05-27 19:24:50 -0400
committerGitHub <noreply@github.com>2026-05-27 19:24:50 -0400
commitde6597d1a5cd5a2a9a916e6b4cdc68fa2522ffa3 (patch)
tree2269962cce23c309c90346865b187bfbc1fbc643 /spec/ruby/bin/rubocop
parent8c854d2cfb14fdc78c9e82c2f6101bcb6ad9851d (diff)
ZJIT: Drop duplicate super-call guard emission in variadic cfunc inline (#17128)HEADmaster
In optimize_invokesuper's variadic (-1) arm, emit_super_call_guards was called once before the inline attempt and again inside the successful inline branch. The second call emitted a redundant GetEP/LoadField/Guard chain (same level, same fields, same expected values) that the first call already produced. The fixed-argc arm only called it once. Drop the duplicate.
Diffstat (limited to 'spec/ruby/bin/rubocop')
0 files changed, 0 insertions, 0 deletions