summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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卜部昌平
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-09-01Remove heap_is_swept_object functionPeter Zhu
2021-08-27Fix memory leak in Variable Width AllocationPeter Zhu
2021-08-25[Feature #18045] Implement size classes for GCPeter Zhu
2021-08-25[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-23Replace intptr_t with uintptr_t in gc.cPeter Zhu
2021-08-23Revert "[Feature #18045] Implement size classes for GC"Peter Zhu
2021-08-23[Feature #18045] Implement size classes for GCPeter Zhu
2021-08-23[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-20Turned the reminder comment to a compile-time messageNobuyoshi Nakada
2021-08-20Undefine the alloc function for T_DATA classesMike Dalessio
2021-08-16`SIZE_MAX` is not `size_t` on emscriptenNobuyoshi Nakada
2021-08-11Make during_compacting flag in GC one bitPeter Zhu
2021-08-08Make bit flags `reason` unsignedNobuyoshi Nakada
2021-08-08Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada
2021-08-02Using RBOOL macroS.H
2021-07-29Do not check pending interrupts when running finalizersJeremy Evans
2021-07-23Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-23Show exception in finalizer [Feature #17798]Nobuyoshi Nakada