mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
309f450bab
Decrement gc_debt by the actual number of objects processed instead of the fixed GC_STEP_SIZE. This makes step_ratio directly affect debt repayment: larger steps repay more debt, naturally reducing GC invocation frequency. Co-authored-by: Claude <noreply@anthropic.com>