summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2022-01-19Fix format size qualifier on IL32P64Nobuyoshi Nakada
2022-01-19[wasm] gc.c: scan wasm locals and c stack to mark living objectsYuta Saito
2022-01-19[wasm] gc.c: disable read signal barrier for wasiYuta Saito
2022-01-19[wasm] eval_inter.h gc.c vm_core.h: include wasm/setjmp.h instead of sysroot ...Yuta Saito
2022-01-14Separately allocate class_serial on 32-bit systemsPeter Zhu
2022-01-07Improve string info in rb_raw_obj_infoPeter Zhu
2022-01-05Remove assertion causing read barrier to triggerPeter Zhu
2022-01-04Switch `is_pointer_to_heap` to use library bsearchMatt Valentine-House
2022-01-04[Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu
2022-01-01Negative RBOOL usageNobuyoshi Nakada
2021-12-29On 64bit macOS, enlarge heap pages to reduce mmap calls [Bug #18447]Nobuyoshi Nakada
2021-12-26Remove deprecate rb_cData [Bug #18433]Nobuyoshi Nakada
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