summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2023-07-28`cc->cme` should not be marked.Ruby
2023-07-26Process.warmup: precompute strings coderangeJean Boussier
2023-07-20Embed struct rmatch into GC slot (#8097)Kunshan Wang
2023-07-20cvc table entries can moveMatt Valentine-House
2023-07-18Lazily allocate pages at bootPeter Zhu
2023-07-17Implement Process.warmupJean Boussier
2023-07-14Remove RGENGC_OLD_NEWOBJ_CHECKPeter Zhu
2023-07-14Remove unused branch in write barrierPeter Zhu
2023-07-13Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu
2023-07-13Remove unused forward declarationsMatt Valentine-House
2023-07-13[Feature #19730] Remove transient heapPeter Zhu
2023-07-13Store object age in a bitmapMatt Valentine-House
2023-06-30Compile debugging code for stress to class alwaysNobuyoshi Nakada
2023-06-30Don't check for null pointer in calls to freePeter Zhu
2023-06-06Fix heap growth in GC.verify_compaction_referencesPeter Zhu
2023-06-05Revert "Revert "Fix cvar caching when class is cloned""eileencodes
2023-06-01Revert "Fix cvar caching when class is cloned"Aaron Patterson
2023-06-01Fix cvar caching when class is clonedeileencodes
2023-05-25Don't immediately promote children of old objectsPeter Zhu
2023-05-24Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu
2023-05-24gc.c: get rid of unused objspace parameters (#7853)Jean Boussier
2023-05-20`rb_bug` prints a newline after the messageNobuyoshi Nakada
2023-05-17Move ar_hint to ar_table_structPeter Zhu
2023-05-17Implement Hash ST tables on VWAPeter Zhu
2023-05-17Implement Hash AR tables on VWAPeter Zhu
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