aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Compile debugging code for stress to class alwaysNobuyoshi Nakada2023-06-301-12/+10
* Don't check for null pointer in calls to freePeter Zhu2023-06-301-13/+5
* Fix heap growth in GC.verify_compaction_referencesPeter Zhu2023-06-061-5/+5
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-0/+30
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-30/+0
* Fix cvar caching when class is clonedeileencodes2023-06-011-0/+30
* Don't immediately promote children of old objectsPeter Zhu2023-05-251-78/+22
* Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu2023-05-241-1/+10
* gc.c: get rid of unused objspace parameters (#7853)Jean Boussier2023-05-241-10/+10
* `rb_bug` prints a newline after the messageNobuyoshi Nakada2023-05-201-6/+6
* 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