summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-07-24* array.c, gc.c: move ary_unprotect_logging() intoko1
2013-07-23* gc.c (gc_before_sweep): fix spacing.ko1
2013-07-23* gc.c (heap_get_freeobj): clear slot->freelist here.ko1
2013-07-22* gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko1
2013-07-19gc.c: suppress warningnobu
2013-07-19* gc.c: declare type_name() at the beggining of file.ko1
2013-07-19* gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko1
2013-07-17* gc.c: rename gc related functions with prefix "gc_".ko1
2013-07-17* gc.c: rename heap management functions with prefix "heap_".ko1
2013-07-17* gc.c: catch up last changes for debugging/checking mode.ko1
2013-07-17* gc.c (rb_objspace_free): free slot itself.ko1
2013-07-17* gc.c (unlink_heap_slot): fix memory leak.ko1
2013-07-17* gc.c: re-design the heap structure.ko1
2013-07-17* gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko1
2013-07-16* gc.c: slim a path of newobj_of().ko1
2013-07-16* gc.c (link_free_heap_slot): removed.ko1
2013-07-16* gc.c (assign_heap_slot): refactoring variable names.ko1
2013-07-16* gc.c (lazy_sweep): refactoring.ko1
2013-07-16revert last commit because it fails test-all.ko1
2013-07-16* gc.c (after_gc_sweep): refactoring code.ko1
2013-06-26* gc.c (is_before_sweep): Add a missing space before a parenthesis.kou
2013-06-25 * gc.c (is_before_sweep): Add new helper function that check the objecttarui
2013-06-25* gc.c: fix oldgen/remembered_shady counting algorithm.ko1
2013-06-24* remove trailing spaces.nobu
2013-06-24 * gc.c (typedef struct rb_objspace): Change members for monitor objects.tarui
2013-06-23* remove trailing spaces.nobu
2013-06-23 * gc.c (after_gc_sweep): Have to record malloc info before reset.tarui
2013-06-22* include/ruby/ruby.h, gc.c: rename macros and functions:ko1
2013-06-22* gc.c (rgengc_check_shady): add new WB miss checkingko1
2013-06-21* gc.c (gc_prof_set_heap_info, after_gc_sweep): callko1
2013-06-21* gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko1
2013-06-21* gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko1
2013-06-21* gc.c (rgengc_rememberset_mark): call gc_mark_children() forko1
2013-06-21* gc.c (slot_sweep_body): rename to slot_sweep().ko1
2013-06-21* gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko1
2013-06-21* remove trailing spaces.nobu
2013-06-21 * gc.c (typedef enum): Introdule flags of major gc reason.tarui
2013-06-21* gc.c (allocate_sorted_heaps): remove unused variable `add'.ko1
2013-06-21* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko1
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1
2013-06-21* gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP isko1
2013-06-21* gc.c: enable lazy sweep (commit miss).ko1
2013-06-21revert last commit (operation miss).ko1
2013-06-21* gc.c: fix to use total_allocated_object_num and heaps_usedko1
2013-06-21* gc.c: fix to use total_allocated_object_num and heaps_usedko1
2013-06-21* gc.c: RGENGC_CHECK_MODE should be 0.ko1
2013-06-21* gc.c (gc_marks_body): fix to get `th' in this function.ko1
2013-06-21* gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.ko1
2013-06-21* gc.c (slot_sweep_body): add counters at a time.ko1
2013-06-20 * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.tarui