summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2023-08-23Fix typo in anonymous class stringeileencodes
2023-08-17Move total_freed_objects to size poolPeter Zhu
2023-08-17Move total_allocated_objects to size poolPeter Zhu
2023-08-16Move the PC regardless of the leaf flag (#8232)Takashi Kokubun
2023-08-15Add stat force_incremental_marking_finish_countPeter Zhu
2023-08-15[DOC] Improve some GC docsPeter Zhu
2023-08-08Remove wrapper functions of RVALUE_REMEMBEREDPeter Zhu
2023-08-06Move `GC_CAN_COMPILE_COMPACTION` definition before usedNobuyoshi Nakada
2023-08-04Don't check stack for moved after compactionPeter Zhu
2023-08-03Remove unneeded function prototypePeter Zhu
2023-07-31Fix default value of global_init_slotsPeter Zhu
2023-07-31Store initial slots per size poolPeter Zhu
2023-07-31use inline cache for refinementsKoichi Sasada
2023-07-31mark `cc->cme_` if it is for `super`Koichi Sasada
2023-07-30check `cc->*` liveness strictlyKoichi Sasada
2023-07-29check liveness of cc->klass and cc->cme_Koichi Sasada
2023-07-29do not clear cme but invalidate ccko1
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