mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
52bee49ad2
Bypass method dispatch when calling blocks via yield. The new OP_BLKCALL instruction directly invokes the proc without looking up Proc#call, resulting in 13-17% faster yield performance. Co-authored-by: Claude <noreply@anthropic.com>