aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (is_before_sweep): Add a missing space before a parenthesis.kou2013-06-261-2/+2
* * gc.c (is_before_sweep): Add new helper function that check the objecttarui2013-06-251-0/+19
* * gc.c: fix oldgen/remembered_shady counting algorithm.ko12013-06-251-18/+36
* * remove trailing spaces.nobu2013-06-241-2/+2
* * gc.c (typedef struct rb_objspace): Change members for monitor objects.tarui2013-06-241-50/+75
* * remove trailing spaces.nobu2013-06-231-1/+1
* * gc.c (after_gc_sweep): Have to record malloc info before reset.tarui2013-06-231-9/+21
* * include/ruby/ruby.h, gc.c: rename macros and functions:ko12013-06-221-4/+4
* * gc.c (rgengc_check_shady): add new WB miss checkingko12013-06-221-70/+146
* * gc.c (gc_prof_set_heap_info, after_gc_sweep): callko12013-06-211-29/+35
* * gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko12013-06-211-45/+42
* * gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko12013-06-211-7/+0
* * gc.c (rgengc_rememberset_mark): call gc_mark_children() forko12013-06-211-2/+3
* * gc.c (slot_sweep_body): rename to slot_sweep().ko12013-06-211-53/+13
* * gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko12013-06-211-15/+30
* * remove trailing spaces.nobu2013-06-211-2/+2
* * gc.c (typedef enum): Introdule flags of major gc reason.tarui2013-06-211-40/+45
* * gc.c (allocate_sorted_heaps): remove unused variable `add'.ko12013-06-211-2/+1
* * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko12013-06-211-1/+1
* * include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko12013-06-211-2/+2
* * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP isko12013-06-211-2/+11
* * gc.c: enable lazy sweep (commit miss).ko12013-06-211-1/+1
* revert last commit (operation miss).ko12013-06-211-17/+6
* * gc.c: fix to use total_allocated_object_num and heaps_usedko12013-06-211-6/+17
* * gc.c: fix to use total_allocated_object_num and heaps_usedko12013-06-211-3/+7
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12013-06-211-1/+1
* * gc.c (gc_marks_body): fix to get `th' in this function.ko12013-06-211-11/+11
* * gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.ko12013-06-211-98/+53
* * gc.c (slot_sweep_body): add counters at a time.ko12013-06-211-18/+12
* * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.tarui2013-06-201-69/+76
* * gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).ko12013-06-201-6/+23
* * gc.c (lazy_sweep): Use is_lazy_sweeping()tarui2013-06-201-4/+5
* * remove trailing spaces.nobu2013-06-201-1/+1
* * gc.c (gc_profile_record::oldgen_objects): added.ko12013-06-201-4/+28
* * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only whenko12013-06-201-2/+6
* * gc.c (rgengc_rememberset_mark): recordko12013-06-201-1/+28
* gc.c: adjust indentnobu2013-06-201-1/+1
* * gc.c (rb_gc_writebarrier): give up rescan A and register B directlytarui2013-06-191-3/+16
* * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.ko12013-06-191-3/+4
* * gc.c (gc_prof_sweep_timer_start): fix merge miss.ko12013-06-191-4/+5
* * gc.c: Accumulate sweep time to GC time.ko12013-06-191-47/+65
* * gc.c (gc_marks): fix wrong option. FALSE means major/full GC.ko12013-06-191-1/+1
* gc.c: refine macrosnobu2013-06-191-4/+4
* gc.c: gc_stress is a VALUEnobu2013-06-191-1/+1
* * gc.c (gc_free_stored_bitmaps): fix indent.nagachika2013-06-191-1/+1
* * gc.c (RVALUE_PROMOTED): fix type.ko12013-06-191-1/+1
* * gc.c (garbage_collect_test): rewrite checking code.ko12013-06-191-58/+77
* * gc.c (RVALUE_PROMOTED): check consistency between oldgen flag andko12013-06-191-6/+19
* * gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.ko12013-06-191-0/+1
* * gc.c (gc_stress_get): GC.stress can be Fixnum.kazu2013-06-191-2/+2