summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2022-02-07merge revision(s) 67f4729: [Backport #18556]NARUSE, Yui
2021-12-23`finalize_deferred` doesn't need VM lockKoichi Sasada
2021-12-23undef `rb_vm_lookup_overloaded_cme()`Koichi Sasada
2021-12-21make `overloaded_cme_table` truly weak key mapKoichi Sasada
2021-12-21`mandatory_only_cme` should not be in `def`Koichi Sasada
2021-12-20Show whether object is garbage in rb_raw_obj_info()Alan Wu
2021-12-14Remove compaction support detection using sysconfPeter Zhu
2021-12-07Fixed the check order in wmap_live_p [Bug #18392]Nobuyoshi Nakada
2021-12-07ObjectSpace::WeakMap#inspect: check if living object [Bug #18392]Nobuyoshi Nakada
2021-12-03Refactor GC functions to have consistent namingPeter Zhu
2021-12-02Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn
2021-12-02Don't clear the constant cache when finishing compactionMatt Valentine-House
2021-12-02Cast tv_usec to int32_t to fit in tv_nsecYuta Saito
2021-11-26Fix a function name in an error messageKazuhiro NISHIYAMA
2021-11-26Remove unused function `size_pool_for_size`Kazuhiro NISHIYAMA
2021-11-26initialize allocated memory by VWA for assertionsKoichi Sasada
2021-11-25Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu
2021-11-25Add GC.stat_size_pool to get stats for a size poolPeter Zhu
2021-11-23Speed up Ractors for Variable Width AllocationPeter Zhu
2021-11-22Removes unused HEAP_PAGE_BITMAP_PLANES constant from gc.cJemma Issroff
2021-11-22Make RCLASS_EXT(c)->subclasses a doubly linked listMatt Valentine-House
2021-11-19gc.c: Fix a compile error on some crossbuildsYusuke Endoh
2021-11-19GC measurement featureKoichi Sasada
2021-11-19support `GC.stat(:time)` take 2Koichi Sasada
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-11-11Remove RCLASS(obj)->ptr when RVARGC is enabledMatt Valentine-House
2021-11-11fix a memory leak introduced in 8bbd319Matt Valentine-House
2021-11-08[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...Peter Zhu
2021-10-29make obj_free return true when it frees an objectMatt Valentine-House
2021-10-29Prefer size pool heap macros over direct accessMatt Valentine-House
2021-10-28Fix a warningKazuhiro NISHIYAMA
2021-10-28Fix a warningKazuhiro NISHIYAMA
2021-10-27Align `RFloat` at VALUE boundaryNobuyoshi Nakada
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-25[Feature #18239] Refactor RVARGC alloc functionsPeter Zhu
2021-10-24Suppress false warning for freed pointerNobuyoshi Nakada
2021-10-21Push compaction page alignment check downAaron Patterson
2021-10-20Partial revert of ceebc7fc98dAaron Patterson
2021-10-20MicroJIT: generate less code for CFUNCsAlan Wu
2021-10-20Print errno when mprotect failsAaron Patterson
2021-10-04Move rb_ractor_p definitionS.H
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-10-03Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOGNobuyoshi Nakada
2021-09-27Introduce `RBIMPL_NONNULL_ARG` macroNobuyoshi Nakada
2021-09-20Fix malloc_increase is not correctly calculatedPeter Zhu
2021-09-15Fix total_freed_objects for invalidated pagesPeter Zhu
2021-09-15Don't overwrite free_slots count during sweepingPeter Zhu
2021-09-15Update the free_slots count of the original pagePeter Zhu
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-09-10suppress GCC's -Wnonnull-compare卜部昌平