summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
2018-09-26fix use-after-free in obj_free.ko1
2018-09-26add some debug counters.ko1
2018-09-25refactoring debug_counter.ko1
2018-09-14move ADD_PC around (take 2)shyouhei
2018-07-17Include the alternative malloc header instead of malloc.htenderlove
2018-06-27give up insn attr handles_frameshyouhei
2018-06-23gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILStarui
2018-06-20Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko1
2018-06-19gc.c (gc_verify_heap_pages): fix no-op on heap_eden->pagesnormal
2018-06-05encoding.c: remove rb_gc_mark_encodingsnormal
2018-06-05gc.c: reduce parameters for gc_start and garbage_collectnormal
2018-06-05gc.c: reduce #ifdefs around GC_ENABLE_*normal
2018-06-05gc.c: zero check for malloc_limit_max to initializationnormal