summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2019-04-07gc.c: missing breaknobu
2019-04-02Fix more ASAN errorstenderlove
2019-04-02Extract type to sym as a new functiontenderlove
2019-04-02Fix ASAN errortenderlove
2019-04-02Poison / verify the freelisttenderlove
2019-04-01Fix ASAN errors when walking the heaptenderlove
2019-03-22[DOC] fix markups [ci skip]nobu
2019-03-09Early return in gc_mark_childrennobu
2019-02-16Revert "Assert that union sizes match"naruse
2019-02-15Assert that union sizes matchnobu
2019-02-12fix empty Hash memsize.ko1
2018-12-29hide ar_table internals from internal.h.ko1
2018-12-23move checking code.ko1
2018-12-18* expand tabs.svn
2018-12-18rb_raw_obj_info() support T_MODULE and T_ICLASS.ko1
2018-12-14rename li_table->ar_table (and related names).ko1
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-29Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOSshyouhei
2018-11-26* expand tabs.svn
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-08* expand tabs.svn
2018-11-08gc.c: avoid integer overflow at process exitshyouhei
2018-11-07suppress GCC warning about unknown sanitizersshyouhei
2018-11-06adopt sanitizer APIshyouhei
2018-11-06annotate functions to blacklist MSANshyouhei
2018-11-06gc.c: move ASAN check to configureshyouhei
2018-10-31add casts.ko1
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30* expand tabs.svn
2018-10-30support theap for T_STRUCT.ko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30* expand tabs.svn
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30* expand tabs.svn
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30* expand tabs.svn
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30* expand tabs.svn
2018-10-30use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko1
2018-10-29* expand tabs.svn
2018-10-29use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko1
2018-10-25add new counter about GC.ko1
2018-10-25Fix a typokazu
2018-10-24add new debug_counters for GC.ko1
2018-10-18* expand tabs.svn
2018-10-18fix SEGV in rb_raw_obj_info()shyouhei
2018-09-28add debug counters more.ko1
2018-09-26* expand tabs.svn