aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak for iclassPeter Zhu2023-03-281-1/+1
* Use an st table for "too complex" objectsAaron Patterson2023-03-201-6/+4
* [Feature #19406] Allow declarative definition of referencesMatt Valentine-House2023-03-171-5/+46
* Assume that FL_FINALIZE is in finalizer_tablePeter Zhu2023-03-171-3/+3
* [Feature #19442] Remove GC_ENABLE_INCREMENTAL_MARKMatt Valentine-House2023-03-161-76/+2
* [Feature #19442] Remove USE_RINCGC flagMatt Valentine-House2023-03-161-1/+1
* Use __builtin_ppc_get_timebase on POWER with clangpkubaj2023-03-141-1/+1
* Remove duplicate code in gc_marks_finishPeter Zhu2023-03-101-7/+0
* Revert "Allow classes and modules to become too complex"Aaron Patterson2023-03-101-5/+1
* Move WeakMap and WeakKeyMap code to weakmap.cPeter Zhu2023-03-101-883/+62
* Allow classes and modules to become too complexHParker2023-03-091-1/+5
* Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis2023-03-091-0/+1
* Fix crash when allocating classes with newobj hookPeter Zhu2023-03-081-1/+7
* Adjust styles [ci skip]Nobuyoshi Nakada2023-03-081-1/+2
* Add function rb_data_freePeter Zhu2023-03-071-46/+42
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-5/+5
* Crash when malloc during GCPeter Zhu2023-03-061-12/+12
* Fix spelling (#7389)John Bampton2023-02-271-1/+1
* [ci skip] Add note in gc.c about ambiguous casePeter Zhu2023-02-241-5/+18
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-241-2/+19
* Fix a warning on typedefTakashi Kokubun2023-02-231-2/+2
* Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier2023-02-231-0/+325
* * remove trailing spaces. [ci skip]git2023-02-221-1/+1
* Make GC faster when RGENGC_CHECK_MODE >= 2Peter Zhu2023-02-221-8/+4
* Add marking and sweeping time to GC.statPeter Zhu2023-02-211-49/+91
* Refactor to separate marking and sweeping phasesPeter Zhu2023-02-211-47/+49
* Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House2023-02-171-43/+0
* Fix compilation error when USE_RINCGC=0Nobuyoshi Nakada2023-02-161-2/+2
* Move `attached_object` into `rb_classext_struct`Jean Boussier2023-02-161-0/+8
* Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1Jean Boussier2023-02-151-2/+2
* Remove unused preprocessor blockPeter Zhu2023-02-091-3/+0
* Merge gc.h and internal/gc.hMatt Valentine-House2023-02-091-1/+0
* Rename iseq_mark_and_update to iseq_mark_and_movePeter Zhu2023-02-081-3/+3
* Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularlyJean Boussier2023-02-081-4/+20
* Revert "Revert "Consider DATA objects without a mark function as protected""Jean byroot Boussier2023-02-071-2/+3
* Revert "Consider DATA objects without a mark function as protected"Jean Boussier2023-02-071-3/+2
* Consider DATA objects without a mark function as protectedJean Boussier2023-02-071-2/+3
* [Bug #19398] Memory leak in WeakMapPeter Zhu2023-02-011-0/+1
* Copying GC support for EXIVARKunshan Wang2023-01-311-1/+5
* Add rb_gc_mark_and_move and implement on iseqPeter Zhu2023-01-191-4/+25
* Move classpath to rb_classext_tPeter Zhu2023-01-111-0/+4
* Fix re-embedding of strings during compactionPeter Zhu2023-01-091-7/+9
* Allow malloc during gc when GC has been disabledPeter Zhu2023-01-041-3/+1
* [ci skip] Remove trailing semicolon in gc.cPeter Zhu2023-01-031-1/+1
* Fix integer underflow when using HEAP_INIT_SLOTSPeter Zhu2022-12-301-12/+13
* Skip insanely memory consuming testsNobuyoshi Nakada2022-12-261-0/+3
* [DOC] Fix formatting for GC.compactPeter Zhu2022-12-201-1/+1
* [DOC] Escape all usages of GCPeter Zhu2022-12-201-7/+7
* [DOC] Fix call-seq for GC methodsPeter Zhu2022-12-201-1/+1