This project is closed and read-only.
Actions
Backport #8147
closedBackport r39812
Backport #8147:
Backport r39812
Status:
Closed
Assignee:
Description
GC.stat[:heap_live_num]の値が不正確だった問題を修正したパッチです。
Actions
This project is closed and read-only.
Added by authorNari (Narihiro Nakamura) over 13 years ago. Updated over 13 years ago.
Description
GC.stat[:heap_live_num]の値が不正確だった問題を修正したパッチです。
This issue was solved with changeset r40168.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 39812: [Backport #8147]
* gc.c: Improve accuracy of objspace_live_num() and
allocated/freed counters. patched by tmm1(Aman Gupta).
[Bug #8092] [ruby-core:53392]