Actions
Backport #6059
closedPlease backport r34719, 34720
Status:
Closed
Assignee:
-
Description
バックポートを希望します。GCの修正です。
- r34719 次回のマーク前にマーク済みのslotは全部マークする
- r34720 誤ってコミットしたファイルのrevert
Actions
Like0
Like0
Added by authorNari (Narihiro Nakamura) almost 13 years ago. Updated almost 13 years ago.
Description
バックポートを希望します。GCの修正です。
This issue was solved with changeset r34737.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 34719,34720: [Backport #6059]
* gc.c : remove gc_clear_mark_on_sweep_slots() and use
rest_sweep() instead of it, because some dead objects might be
marked in next the mark phase by false pointers.
[ruby-core:42672]