エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Feature #15626: Manual Compaction for MRI's GC (`GC.compact`) - Ruby master - Ruby Issue Tracking System
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Feature #15626: Manual Compaction for MRI's GC (`GC.compact`) - Ruby master - Ruby Issue Tracking System
Hi, I've attached a patch that implements a compactor for MRI. I'll try to describe the patch in ... Hi, I've attached a patch that implements a compactor for MRI. I'll try to describe the patch in detail below, but the biggest user facing changes are: A new method GC.compact that can be called from Ruby C extensions have a new "after compaction" callback they can register Introduction of new marking functions that allow objects to be marked, but not "pinned" to the same location A function to ge