summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2023-05-04 Ensure the VM is alive before accessing objspace in C API (Feature #19627)Ian Ker-Seymer
2023-04-16Make classes embedded on 32 bitPeter Zhu
2023-04-15[DOC] Update sample callback of `rb_objspace_each_objects`Nobuyoshi Nakada
2023-04-11Change max_iv_count to type attr_index_tPeter Zhu
2023-04-11Enable 5 size pools on 32 bit systemsPeter Zhu
2023-04-07* expand tabs. [ci skip]git
2023-04-07[Bug #19584] [DOC] Tweek description of `rb_gc_register_address`Nobuyoshi Nakada
2023-04-06Fix crash in rb_gc_register_addressPeter Zhu
2023-04-06[Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House
2023-04-06Remove newobj_of_crMatt Valentine-House
2023-04-05Ensure ruby_xfree won't segfault if called after vm_destructMike Dalessio
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-04-04Revert "Fix transient heap mode"Aaron Patterson
2023-04-04Fix transient heap modeAaron Patterson
2023-04-04Implement `Process.warmup`Jean Boussier
2023-03-31add `RUBY_DEBUG_LOG` fo `each_machine_stack_value`Koichi Sasada
2023-03-28Fix memory leak for iclassPeter Zhu
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