summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2011-10-21* gc.c (initial_params): pack in a struct.nobu
2011-10-21* gc.c (rb_gc_set_params): set parameters always.nobu
2011-10-13* gc.c (rb_gc_finalize_deferred, rb_objspace_call_finalizer):nobu
2011-10-04* class.c (class_alloc): allocate extra memory after containingnobu
2011-10-04* gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse
2011-10-03* gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-29* gc.c (slot_sweep, rb_gc_finalize_deferred)nobu
2011-09-29* gc.c (is_id_value, is_live_object): extract from id2ref().nobu
2011-09-29* gc.c (run_finalizer): use object instead of object id.nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-25suppress warnings.nobu
2011-09-15* gc.c (mark_entry, mark_key, mark_keyvalue): adjust callbacknobu
2011-09-09* gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):ko1
2011-09-08* gc.c (Init_GC): defined GC::Profiler.raw_data. based on thenari
2011-09-08* gc.c (id2ref): objects which are unmarked but not in sweep_slotsnobu
2011-09-07* gc.c (id2ref): unmarked object is already dead while lazynobu
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-08-09* gc.c (gc_lazy_sweep): if sweep target slots are not found, wenari
2011-08-02Refix r32815.naruse
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-07-25* proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame
2011-07-08 * gc.c: Improve documentationdrbrain
2011-07-07* gc.c: change water_mark value value that may callnari
2011-06-17* internal.h: declare internal functions here.akr
2011-06-16* thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki
2011-06-15* gc.c: fix a regression by r31690 on AIX because AIX mallockosaki
2011-06-14* gc.c (rb_gc_set_params): call initial_expand_heap ifnari
2011-06-14* gc.c: use size_t.nari
2011-06-12* atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.nobu
2011-06-11* gc.c: expand heap if initial_heap_min_slots is bigger thannari
2011-06-09* gc.c: remove an unused declaration.nagachika
2011-06-09* gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika
2011-05-22* gc.c (vm_xcalloc): use calloc provided by platforms.nobu
2011-05-20* gc.c: Fix build on m68k by 'error: too few arguments toiwamatsu
2011-05-18* internal.h: add for internal use only.nobu
2011-03-07* gc.c (rb_objspace): an initializer must be a constant.naruse
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-01-12* vm.c (thread_free): reset ruby_current_thread if it points theakr
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