mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
851da984b4
Expose gc_debt directly as :debt in GC.stat without sign negation. The debt model has no threshold ceiling, so :threshold was a misleading name. Negative debt means credit, positive means GC is behind on collection work. Co-authored-by: Claude <noreply@anthropic.com>