aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * internal.h: declare internal functions here.akr2011-06-171-6/+0
* * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki2011-06-161-1/+1
* * gc.c: fix a regression by r31690 on AIX because AIX mallockosaki2011-06-151-5/+9
* * gc.c (rb_gc_set_params): call initial_expand_heap ifnari2011-06-141-1/+1
* * gc.c: use size_t.nari2011-06-141-14/+6
* * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.nobu2011-06-121-0/+9
* * gc.c: expand heap if initial_heap_min_slots is bigger thannari2011-06-111-41/+62
* * gc.c: remove an unused declaration.nagachika2011-06-091-1/+0
* * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika2011-06-091-1/+1
* * gc.c (vm_xcalloc): use calloc provided by platforms.nobu2011-05-221-20/+46
* * gc.c: Fix build on m68k by 'error: too few arguments toiwamatsu2011-05-201-1/+1
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * gc.c (rb_objspace): an initializer must be a constant.naruse2011-03-071-1/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-10/+48
* * vm.c (thread_free): reset ruby_current_thread if it points theakr2011-01-121-1/+4
* * gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840]matz2010-12-221-1/+1
* * gc.c (Init_GC): move #__id__ and #object_id to BasicObject.matz2010-12-171-2/+2
* * gc.c: parenthesize macro arguments.akr2010-12-141-17/+17
* * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it isshyouhei2010-12-031-0/+6
* * gc.c (assign_heap_slot): fix fear of memory leak and memorymame2010-11-151-3/+7
* * gc.c (after_gc_sweep): remove unused variable.nobu2010-11-091-1/+0
* * gc.c (rb_newobj): force garbage_collect() if GC.stress == true.ko12010-11-041-17/+17
* * gc.c (run_final): do not need argument obj.ko12010-11-041-9/+3
* * gc.c (run_final): do not need argument obj.ko12010-11-041-6/+9
* * gc.c (before_gc_sweep): fix commit miss.ko12010-11-041-2/+2
* * gc.c (after_gc_sweep, before_gc_sweep):ko12010-11-041-5/+5
* * gc.c (after_gc_sweep, slot_sweep): finalizers should be invokedko12010-11-041-8/+5
* * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko12010-11-031-55/+7
* * gc.c (finalizer_table, objspace->final.table):ko12010-10-311-42/+33
* * gc.c (rb_objspace_free): finalizers should be called separatelynobu2010-10-311-1/+0
* * gc.c (before_gc_sweep, run_final): fix decrement timing of final_num.ko12010-10-281-1/+2
* * gc.c (GC.stat): added. [ruby-dev:38607]ko12010-10-271-1/+51
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-261-2/+35
* * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame2010-10-261-0/+4
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-2/+2
* * gc.c (gc_lazy_sweep): Variable declarations should be atko12010-10-211-1/+1
* * gc.c (objspace_each_objects, rb_objspace_each_objects): usenobu2010-10-211-9/+14
* * gc.c (objspace_each_objects): fix return with no value.nobu2010-10-211-1/+1
* * gc.c (rb_objspace_each_objects): don't lazy sweep innari2010-10-211-30/+70
* Commit miss.nobu2010-10-191-2/+2
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-2/+2
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-131-1/+2
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-5/+11
* * gc.c (obj_free, rb_objspace_call_finalizer): fix truncatingnobu2010-10-121-2/+2
* * gc.c (mark_current_machine_context): suppress warnings.nobu2010-10-121-5/+8
* * gc.c (gc_profile_result): Index begins with 1.nari2010-08-161-2/+2
* * gc.c (gc_profile_result): use size_t. based on patches fromnari2010-08-161-16/+16
* * thread.c (rb_gc_mark_threads): deprecated.nobu2010-08-141-1/+0
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-1/+1
* * gc.c: don't call after_gc_sweep() after when garbage_collect()nari2010-07-201-8/+9