summaryrefslogtreecommitdiff
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Move ar_hint to ar_table_structPeter Zhu2023-05-171-3/+3
* Implement Hash ST tables on VWAPeter Zhu2023-05-171-8/+10
* Implement Hash AR tables on VWAPeter Zhu2023-05-171-29/+8
* Ensure the VM is alive before accessing objspace in C API (Feature #19627)Ian Ker-Seymer2023-05-041-3/+9
* Make classes embedded on 32 bitPeter Zhu2023-04-161-11/+0
* [DOC] Update sample callback of `rb_objspace_each_objects`Nobuyoshi Nakada2023-04-151-8/+10
* Change max_iv_count to type attr_index_tPeter Zhu2023-04-111-1/+1
* Enable 5 size pools on 32 bit systemsPeter Zhu2023-04-111-6/+4
* * expand tabs. [ci skip]git2023-04-071-3/+3
* [Bug #19584] [DOC] Tweek description of `rb_gc_register_address`Nobuyoshi Nakada2023-04-071-3/+9
* Fix crash in rb_gc_register_addressPeter Zhu2023-04-061-0/+7
* [Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House2023-04-061-8/+1
* Remove newobj_of_crMatt Valentine-House2023-04-061-18/+11
* Ensure ruby_xfree won't segfault if called after vm_destructMike Dalessio2023-04-051-2/+10
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-98/+0
* Revert "Fix transient heap mode"Aaron Patterson2023-04-041-47/+0
* Fix transient heap modeAaron Patterson2023-04-041-1/+17
* Implement `Process.warmup`Jean Boussier2023-04-041-0/+31
* add `RUBY_DEBUG_LOG` fo `each_machine_stack_value`Koichi Sasada2023-03-311-0/+1
* 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