summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2023-09-12Fix typo in gc.cPeter Zhu
2023-09-07GC: Only force alloc slowpath for NEWOBJ hookJohn Hawthorn
2023-09-06Fix crash in WeakMap during compactionPeter Zhu
2023-09-06Support freeing the lowest memory address pagePeter Zhu
2023-09-05Introduce rb_gc_remove_weakPeter Zhu
2023-09-05Rename shady to uncollectible_wb_unprotectedPeter Zhu
2023-09-05Pool more slots for large size poolsPeter Zhu
2023-09-05Add check for T_NONE in rb_gc_mark_weakPeter Zhu
2023-09-01Incrementally mark even if we have free pagesPeter Zhu
2023-09-01Skip weak references to old objects in minor GCPeter Zhu
2023-08-31Remove gc_mark_valuesMatt Valentine-House
2023-08-31Prevent rb_gc_mark_values from pinning objectsMatt Valentine-House
2023-08-31Correctly calculate initial pagesPeter Zhu
2023-08-30Change heap init environment variable namesPeter Zhu
2023-08-28Fix growth in minor GC when we have initial slotsPeter Zhu
2023-08-28Expose RVALUE_OLD_AGE in GC::INTERNAL_CONSTANTSPeter Zhu
2023-08-27Free all empty heap pages in Process.warmupPeter Zhu
2023-08-25[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTSPeter Zhu
2023-08-25Expose stats about weak referencesPeter Zhu
2023-08-25Implement weak references in the GCPeter Zhu
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