summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2010-12-22* gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840]matz
2010-12-17* gc.c (Init_GC): move #__id__ and #object_id to BasicObject.matz
2010-12-14* gc.c: parenthesize macro arguments.akr
2010-12-03* gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it isshyouhei
2010-11-15* gc.c (assign_heap_slot): fix fear of memory leak and memorymame
2010-11-09* gc.c (after_gc_sweep): remove unused variable.nobu
2010-11-04* gc.c (rb_newobj): force garbage_collect() if GC.stress == true.ko1
2010-11-04* gc.c (run_final): do not need argument obj.ko1
2010-11-04* gc.c (run_final): do not need argument obj.ko1
2010-11-04* gc.c (before_gc_sweep): fix commit miss.ko1
2010-11-04* gc.c (after_gc_sweep, before_gc_sweep):ko1
2010-11-04* gc.c (after_gc_sweep, slot_sweep): finalizers should be invokedko1
2010-11-03* gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko1
2010-10-31* gc.c (finalizer_table, objspace->final.table):ko1
2010-10-31* gc.c (rb_objspace_free): finalizers should be called separatelynobu
2010-10-28* gc.c (before_gc_sweep, run_final): fix decrement timing of final_num.ko1
2010-10-27* gc.c (GC.stat): added. [ruby-dev:38607]ko1
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame
2010-10-26* class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-21* gc.c (gc_lazy_sweep): Variable declarations should be atko1
2010-10-21* gc.c (objspace_each_objects, rb_objspace_each_objects): usenobu
2010-10-21* gc.c (objspace_each_objects): fix return with no value.nobu
2010-10-21* gc.c (rb_objspace_each_objects): don't lazy sweep innari
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-13* array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-12* gc.c (obj_free, rb_objspace_call_finalizer): fix truncatingnobu
2010-10-12* gc.c (mark_current_machine_context): suppress warnings.nobu
2010-08-16* gc.c (gc_profile_result): Index begins with 1.nari
2010-08-16* gc.c (gc_profile_result): use size_t. based on patches fromnari
2010-08-14* thread.c (rb_gc_mark_threads): deprecated.nobu
2010-08-14* test/objspace/test_objspace.rb: added test for objspace.nari
2010-07-20* gc.c: don't call after_gc_sweep() after when garbage_collect()nari
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-18* gc.c (rb_objspace_each_objects): adjust indent.nobu
2010-06-29* gc.c (unlink_heap_slot, slot_sweep): unlink heaps_slot ofnari
2010-06-18* gc.c (gc_lazy_sweep): clean a warning.naruse
2010-06-07* gc.c (rb_obj_id): trivial optimization.nobu
2010-06-06* gc.c: set_heaps_increment is notnari
2010-06-04* gc.c (gc_sweep): suppress a warning on VC, again.usa
2010-05-30* gc.c (gc_mark_all_clear): don't call obj_free() innari
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui
2010-05-29* gc.c (force_chain_object, rb_objspace_call_finalizer): deletemame
2010-05-29* gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppressnobu
2010-05-28* gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu
2010-05-28* gc.c : use simple lazy sweep algorithm for response performancenari
2010-05-24* gc.c (gc_sweep): suppres a warning on VC.usa