Age | Commit message (Expand) | Author |
---|
2023-08-15 | Add stat force_incremental_marking_finish_count | Peter Zhu |
2023-08-15 | [DOC] Rename "memory pool" to "heap" | Peter Zhu |
2023-08-15 | [DOC] Improve docs about keys in GC.stat_heap | Peter Zhu |
2023-08-15 | [DOC] Improve docs for GC.start | Peter Zhu |
2023-08-15 | [DOC] Improve some GC docs | Peter Zhu |
2023-02-21 | Add marking and sweeping time to GC.stat | Peter Zhu |
2023-01-05 | [DOC] Fix formatting for GC.stat | Peter Zhu |
2022-12-23 | Docs: Fix small glitch in GC | zverok |
2022-12-20 | [DOC] Escape all usages of GC | Peter Zhu |
2022-12-20 | [DOC] Fix call-seq for GC methods | Peter Zhu |
2022-12-20 | [DOC] Fix formatting for GC#latest_gc_info | Peter Zhu |
2022-11-10 | Transition shape when object's capacity changes | Jemma Issroff |
2022-07-11 | Add expand_heap option to GC.verify_compaction_references | Matt Valentine-House |
2022-06-02 | Move `GC.verify_compaction_references` [Bug #18779] | Nobuyoshi Nakada |
2022-05-24 | Move compaction-related methods into gc.c | Mike Dalessio |
2022-01-04 | [Feature #18364] Add GC.stat_heap to get stats for memory heaps | Peter Zhu |
2021-12-29 | [Bug #18451] [ci skip] Update documentation for GC.stat | Peter Zhu |
2021-12-24 | [DOC] Make sure new GC methods are documented | zverok |
2021-11-29 | [ci skip] Update documentation for GC.stat | Peter Zhu |
2021-11-25 | Revert "Add GC.stat_size_pool to get stats for a size pool" | Peter Zhu |
2021-11-25 | Add GC.stat_size_pool to get stats for a size pool | Peter Zhu |
2021-11-19 | use ULL2NUM directly. | Koichi Sasada |
2021-11-19 | GC measurement feature | Koichi Sasada |
2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu |
2021-09-20 | Enhance documentation on GC.stat (#4843) | Jemma Issroff |
2020-12-17 | Add documentation about GC.compact | Aaron Patterson |
2020-11-25 | Disable auto compaction on platforms that can't support it | Aaron Patterson |
2020-11-24 | Revert "Disable auto compaction on platforms that can't support it" | Aaron Patterson |
2020-11-24 | Disable read barrier on explicit compaction request | Aaron Patterson |
2020-11-05 | Refactor verification method | Aaron Patterson |
2020-11-02 | Add `GC.auto_compact= true/false` and `GC.auto_compact` | Aaron Patterson |
2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada |
2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada |
2020-06-09 | Revert "Combine sweeping and moving" | Aaron Patterson |
2020-05-29 | Update NEWS / documentation with GC.start(compact:true) | Aaron Patterson |
2020-05-29 | Combine sweeping and moving | Aaron Patterson |
2020-01-27 | Fix call-seq of GC.verify_compaction_references [ci skip] | Kazuhiro NISHIYAMA |
2020-01-27 | Moved `GC.verify_compaction_references` to gc.rb | Nobuyoshi Nakada |
2020-01-15 | Add option hash doc for GC stats. | Koichi Sasada |
2019-11-08 | fix line break code (fix to LF) | Koichi Sasada |
2019-11-08 | forget to add gc.rb | Koichi Sasada |