mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
488aa8630b
When a hash pattern has 15 or more keys, pack them into an array before calling __except via OP_SEND with CALL_MAXARGS, since the OP_SEND instruction can only encode up to 14 direct arguments. Co-authored-by: Claude <noreply@anthropic.com>