summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2023-03-20Use an st table for "too complex" objectsAaron Patterson
2023-03-17[Feature #19406] Allow declarative definition of referencesMatt Valentine-House
2023-03-17Assume that FL_FINALIZE is in finalizer_tablePeter Zhu
2023-03-16[Feature #19442] Remove GC_ENABLE_INCREMENTAL_MARKMatt Valentine-House
2023-03-16[Feature #19442] Remove USE_RINCGC flagMatt Valentine-House
2023-03-14Use __builtin_ppc_get_timebase on POWER with clangpkubaj
2023-03-10Remove duplicate code in gc_marks_finishPeter Zhu
2023-03-10Revert "Allow classes and modules to become too complex"Aaron Patterson
2023-03-10Move WeakMap and WeakKeyMap code to weakmap.cPeter Zhu
2023-03-09Allow classes and modules to become too complexHParker
2023-03-09Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis
2023-03-08Fix crash when allocating classes with newobj hookPeter Zhu
2023-03-08Adjust styles [ci skip]Nobuyoshi Nakada
2023-03-07Add function rb_data_freePeter Zhu
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-03-06Crash when malloc during GCPeter Zhu
2023-02-27Fix spelling (#7389)John Bampton
2023-02-24[ci skip] Add note in gc.c about ambiguous casePeter Zhu
2023-02-24Fix incorrect line numbers in GC hookPeter Zhu
2023-02-23Fix a warning on typedefTakashi Kokubun
2023-02-23Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier
2023-02-22* remove trailing spaces. [ci skip]git
2023-02-22Make GC faster when RGENGC_CHECK_MODE >= 2Peter Zhu
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-02-21Refactor to separate marking and sweeping phasesPeter Zhu
2023-02-17Remove USE_RGENGC_LOGGING_WB_UNPROTECTMatt Valentine-House
2023-02-16Fix compilation error when USE_RINCGC=0Nobuyoshi Nakada
2023-02-16Move `attached_object` into `rb_classext_struct`Jean Boussier
2023-02-15Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1Jean Boussier
2023-02-09Remove unused preprocessor blockPeter Zhu
2023-02-09Merge gc.h and internal/gc.hMatt Valentine-House
2023-02-08Rename iseq_mark_and_update to iseq_mark_and_movePeter Zhu
2023-02-08Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularlyJean Boussier
2023-02-07Revert "Revert "Consider DATA objects without a mark function as protected""Jean byroot Boussier
2023-02-07Revert "Consider DATA objects without a mark function as protected"Jean Boussier
2023-02-07Consider DATA objects without a mark function as protectedJean Boussier
2023-02-01[Bug #19398] Memory leak in WeakMapPeter Zhu
2023-01-31Copying GC support for EXIVARKunshan Wang
2023-01-19Add rb_gc_mark_and_move and implement on iseqPeter Zhu
2023-01-11Move classpath to rb_classext_tPeter Zhu
2023-01-09Fix re-embedding of strings during compactionPeter Zhu
2023-01-04Allow malloc during gc when GC has been disabledPeter Zhu
2023-01-03[ci skip] Remove trailing semicolon in gc.cPeter Zhu
2022-12-30Fix integer underflow when using HEAP_INIT_SLOTSPeter Zhu
2022-12-26Skip insanely memory consuming testsNobuyoshi Nakada
2022-12-20[DOC] Fix formatting for GC.compactPeter Zhu
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_compact_infoPeter Zhu