mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
db29955b7a
Replace the 12 in-tree mrb_funcall_id call sites (all argc=1 or argc=2) with the typed inline helpers added in the previous commit. After inlining each call site allocates exactly the slots it needs on its own frame instead of going through mrb_funcall_id's fixed 16-element argv buffer. ref #5804 Co-authored-by: Claude <noreply@anthropic.com>