aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-1/+1
* * gc.c (gc_lazy_sweep): remove heap_increment() here because heap_incko12013-08-151-3/+1
* * gc.c (gc_marks_test): inhibit gc for st's operation.tarui2013-08-121-0/+3
* * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr2013-08-061-13/+0
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-0/+43
* * gc.c (gc_before_sweep): fix spacing.ko12013-07-231-1/+0
* * gc.c (heap_get_freeobj): clear slot->freelist here.ko12013-07-231-2/+9
* * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko12013-07-221-0/+1
* gc.c: suppress warningnobu2013-07-191-1/+1
* * gc.c: declare type_name() at the beggining of file.ko12013-07-191-0/+1
* * gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko12013-07-191-0/+7
* * gc.c: rename gc related functions with prefix "gc_".ko12013-07-171-136/+135
* * gc.c: rename heap management functions with prefix "heap_".ko12013-07-171-54/+51
* * gc.c: catch up last changes for debugging/checking mode.ko12013-07-171-8/+8
* * gc.c (rb_objspace_free): free slot itself.ko12013-07-171-18/+24
* * gc.c (unlink_heap_slot): fix memory leak.ko12013-07-171-20/+12
* * gc.c: re-design the heap structure.ko12013-07-171-164/+170
* * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko12013-07-171-24/+25
* * gc.c: slim a path of newobj_of().ko12013-07-161-91/+84
* * gc.c (link_free_heap_slot): removed.ko12013-07-161-15/+8
* * gc.c (assign_heap_slot): refactoring variable names.ko12013-07-161-51/+60
* * gc.c (lazy_sweep): refactoring.ko12013-07-161-5/+10
* revert last commit because it fails test-all.ko12013-07-161-8/+6
* * gc.c (after_gc_sweep): refactoring code.ko12013-07-161-6/+8
* * 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