summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2014-06-10* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko1
2014-06-09* gc.c: change full GC timing to keep lower memory usage.ko1
2014-06-09gc.c: fix typonobu
2014-06-05* gc.c (gc_page_sweep): refactoring.ko1
2014-06-05* gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().ko1
2014-06-04* gc.c: introduce RZombie to manage zombie objects.ko1
2014-06-03* gc.c (rb_objspace_free): should not rest_sweep() here.ko1
2014-06-03revert r46332 because RVALUE_OLD_P() returns int by r46334ko1
2014-06-03* gc.c (rb_gc_call_finalizer_at_exit): addko1
2014-06-03* gc.c: change the counting method for young objects.ko1
2014-06-03* gc.c: add verifying counters code in gc_verify_internal_consistency().ko1
2014-06-03gc.c: int for simple predicatesnobu
2014-06-03* gc.c (rb_gc_force_recycle): we only need to know the result (0/1)ko1
2014-06-03* gc.c (objspace_live_slot): live slot count should not include finalko1
2014-06-03* gc.c (obj_free): fix spacing.ko1
2014-06-03* gc.c (check_gen_consistency): fix error message.ko1
2014-06-03* gc.c: count old/young objects more correctly.ko1
2014-05-29remove empty rb_gc_mark_parser functionnormal
2014-05-24gc.c: fix typonobu
2014-05-22gc.c (rb_free_m_tbl): mark function as staticnormal
2014-05-18fix typenaruse
2014-05-16* gc.c (gc_marks, gc_marks_body): increase the counter of young objectsko1
2014-05-16* gc.c (gc_before_sweep): heap_pages_swept_slots should containsko1
2014-05-15* gc.c (heap_extend_pages): fix indent.nobu
2014-05-15* gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()ko1
2014-05-15* gc.c (heap_extend_pages): calculate next growing heap size.ko1
2014-05-15* gc.c: introduce macros to remove magic number.ko1
2014-05-14* gc.c: enable RGENGC_AGE2_PROMOTION.ko1
2014-05-14* gc.c (rgengc_rememberset_mark): promote remembered object earlier.ko1
2014-05-12* gc.c: count young object correctly and show it in GC.statko1
2014-05-07gc.c: fix argument types for st_foreachnobu
2014-04-30* gc.c (gc_after_sweep): suppress unnecessary expanding heap.nari
2014-04-28* gc.c: This argument must be a pointer.nari
2014-04-28* gc.c: Fix typos. These are undefined variables.nari
2014-04-21* gc.c (objspace_malloc_increase): don't cause GC by malloc_increaseko1
2014-04-21gc.c: full mark after malloc/reallocnobu
2014-04-21gc.c: GC.stress after reallocnobu
2014-04-21gc.c: fixnum GC stressnobu
2014-04-19gc.c: drop special case for big hash/arraynormal
2014-04-17gc.c: suppress a warningnobu
2014-04-11gc.c: no newline to rb_bugnobu
2014-04-10* gc.c (gc_verify_internal_consistency): move lines and enableko1
2014-04-10* gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debugko1
2014-04-10gc.c: check rgengc_report argumentnobu
2014-04-10gc.c: do nothing unless USE_RGENGCnobu
2014-04-10gc.c: adjust indentnobu
2014-04-09Add comment.akr
2014-04-09* gc.c (mark_current_machine_context): Call SET_STACK_END.akr
2014-04-08* gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.ko1
2014-04-02* gc.c, gc.h (rb_objspace_each_objects_without_setup):ko1