mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f1a6274c34
both opcodes share identical proc dispatch logic (alias resolution, callinfo setup, cfunc/irep branching). the only difference is how nargs is computed (ci_bidx vs operand b). Co-authored-by: Claude <noreply@anthropic.com>