summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
2014-03-30gc.c: avoid inadvertent pin-downnobu
2014-03-29* gc.c (gc_before_sweep): cap `malloc_limit' toko1
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-24gc.c: Fix up default GC params by @csfrancis [fix GH-556]hsbt
2014-03-21* gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak
2014-03-20* gc.c (objspace_malloc_increase): should not invokeko1
2014-03-15gc.c (objspace_xcalloc): fix GC accountingnormal
2014-03-15object.c: [DOC] merge rdocnobu
2014-03-14[DOC] add links to `Object#hash`nobu
2014-03-01gc.c: simplify conditionnormal
2014-03-01gc.c: fix build for testing w/o RGenGCnormal
2014-02-27adjust indent and stylenobu
2014-02-26* gc.c (heap_pages_free_unused_pages): check tomb page availabilityko1
2014-02-22gc.c: suppress warningsnobu
2014-02-20gc.c: RB_GC_GUARD should be robust enough for any compilernormal
2014-02-17* gc.c (get_envparam_double): fix a warning message.ko1
2014-02-17* gc.c: introduce new environment variableko1