summaryrefslogtreecommitdiff
path: root/gc.rb
AgeCommit message (Expand)Author
2025-02-13[DOC] Fix description comment typoSerg Tyatin
2024-12-20[DOC] Fix to GC.config docsMatt Valentine-House
2024-12-20[DOC] Document the :implementation key of GC.configMatt Valentine-House
2024-11-18Fix grammar errors and typos in gc.rbStan Lo
2024-11-14rb_raise when attempting to set the GC implementation nameMatt Valentine-House
2024-09-19[DOC] Improve docs for GC.latest_gc_infoPeter Zhu
2024-09-18[DOC] Escape the word GC in GC.configPeter Zhu
2024-09-18Move more of GC.latest_gc_info into RubyPeter Zhu
2024-09-18Change rb_gc_impl_get_measure_total_time to return a boolPeter Zhu
2024-09-17Make rb_gc_impl_set_measure_total_time return voidPeter Zhu
2024-09-17Rename rb_gc_impl_get_profile_total_time to rb_gc_impl_get_total_timePeter Zhu
2024-09-17Change rb_gc_impl_get_profile_total_time to return unsigned long longPeter Zhu
2024-07-12Document GC.configMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-02-27[DOC] Fix typo in GC documentationAlexander Ross
2023-12-18[DOC] documents of aliased methodsNobuyoshi Nakada
2023-08-15Add stat force_incremental_marking_finish_countPeter Zhu
2023-08-15[DOC] Rename "memory pool" to "heap"Peter Zhu
2023-08-15[DOC] Improve docs about keys in GC.stat_heapPeter Zhu
2023-08-15[DOC] Improve docs for GC.startPeter Zhu
2023-08-15[DOC] Improve some GC docsPeter Zhu
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-01-05[DOC] Fix formatting for GC.statPeter Zhu
2022-12-23Docs: Fix small glitch in GCzverok
2022-12-20[DOC] Escape all usages of GCPeter Zhu
2022-12-20[DOC] Fix call-seq for GC methodsPeter Zhu
2022-12-20[DOC] Fix formatting for GC#latest_gc_infoPeter Zhu
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-07-11Add expand_heap option to GC.verify_compaction_referencesMatt Valentine-House
2022-06-02Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada
2022-05-24Move compaction-related methods into gc.cMike Dalessio
2022-01-04[Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu
2021-12-29[Bug #18451] [ci skip] Update documentation for GC.statPeter Zhu
2021-12-24[DOC] Make sure new GC methods are documentedzverok
2021-11-29[ci skip] Update documentation for GC.statPeter Zhu
2021-11-25Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu
2021-11-25Add GC.stat_size_pool to get stats for a size poolPeter Zhu
2021-11-19use ULL2NUM directly.Koichi Sasada
2021-11-19GC measurement featureKoichi Sasada
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-09-20Enhance documentation on GC.stat (#4843)Jemma Issroff
2020-12-17Add documentation about GC.compactAaron Patterson
2020-11-25Disable auto compaction on platforms that can't support itAaron Patterson
2020-11-24Revert "Disable auto compaction on platforms that can't support it"Aaron Patterson
2020-11-24Disable read barrier on explicit compaction requestAaron Patterson
2020-11-05Refactor verification methodAaron Patterson
2020-11-02Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson
2020-06-19[Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada