aboutsummaryrefslogtreecommitdiffstats
path: root/gc.rb
Commit message (Expand)AuthorAgeFilesLines
* Add stat force_incremental_marking_finish_countPeter Zhu2023-08-151-0/+3
* [DOC] Rename "memory pool" to "heap"Peter Zhu2023-08-151-8/+7
* [DOC] Improve docs about keys in GC.stat_heapPeter Zhu2023-08-151-0/+27
* [DOC] Improve docs for GC.startPeter Zhu2023-08-151-20/+25
* [DOC] Improve some GC docsPeter Zhu2023-08-151-1/+1
* Add marking and sweeping time to GC.statPeter Zhu2023-02-211-1/+1
* [DOC] Fix formatting for GC.statPeter Zhu2023-01-051-6/+6
* Docs: Fix small glitch in GCzverok2022-12-231-1/+1
* [DOC] Escape all usages of GCPeter Zhu2022-12-201-22/+22
* [DOC] Fix call-seq for GC methodsPeter Zhu2022-12-201-1/+1
* [DOC] Fix formatting for GC#latest_gc_infoPeter Zhu2022-12-201-1/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-10/+0
* Add expand_heap option to GC.verify_compaction_referencesMatt Valentine-House2022-07-111-3/+3
* Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada2022-06-021-0/+20
* Move compaction-related methods into gc.cMike Dalessio2022-05-241-68/+0
* [Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu2022-01-041-0/+34
* [Bug #18451] [ci skip] Update documentation for GC.statPeter Zhu2021-12-291-0/+9
* [DOC] Make sure new GC methods are documentedzverok2021-12-241-5/+4
* [ci skip] Update documentation for GC.statPeter Zhu2021-11-291-4/+4
* Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu2021-11-251-18/+0
* Add GC.stat_size_pool to get stats for a size poolPeter Zhu2021-11-251-0/+18
* use ULL2NUM directly.Koichi Sasada2021-11-191-11/+1
* GC measurement featureKoichi Sasada2021-11-191-0/+45
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-0/+10
* Enhance documentation on GC.stat (#4843)Jemma Issroff2021-09-201-30/+56
* Add documentation about GC.compactAaron Patterson2020-12-171-0/+11
* Disable auto compaction on platforms that can't support itAaron Patterson2020-11-251-2/+1
* Revert "Disable auto compaction on platforms that can't support it"Aaron Patterson2020-11-241-1/+2
* Disable read barrier on explicit compaction requestAaron Patterson2020-11-241-2/+1
* Refactor verification methodAaron Patterson2020-11-051-11/+1
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-5/+51
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-12/+12
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-12/+12
* Revert "Combine sweeping and moving"Aaron Patterson2020-06-091-5/+4
* Update NEWS / documentation with GC.start(compact:true)Aaron Patterson2020-05-291-0/+1
* Combine sweeping and movingAaron Patterson2020-05-291-4/+4
* Fix call-seq of GC.verify_compaction_references [ci skip]Kazuhiro NISHIYAMA2020-01-271-1/+1
* Moved `GC.verify_compaction_references` to gc.rbNobuyoshi Nakada2020-01-271-0/+18
* Add option hash doc for GC stats.Koichi Sasada2020-01-151-0/+8
* fix line break code (fix to LF)Koichi Sasada2019-11-081-169/+169
* forget to add gc.rbKoichi Sasada2019-11-081-0/+169