aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (initial_params): pack in a struct.nobu2011-10-211-4/+19
* * gc.c (rb_gc_set_params): set parameters always.nobu2011-10-211-7/+2
* * gc.c (rb_gc_finalize_deferred, rb_objspace_call_finalizer):nobu2011-10-131-2/+2
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-041-0/+1
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-041-3/+3
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-031-3/+8
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-011-1/+1
* * gc.c (slot_sweep, rb_gc_finalize_deferred)nobu2011-09-291-3/+11
* * gc.c (is_id_value, is_live_object): extract from id2ref().nobu2011-09-291-4/+20
* * gc.c (run_finalizer): use object instead of object id.nobu2011-09-291-7/+9
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-2/+2
* suppress warnings.nobu2011-09-251-1/+1
* * gc.c (mark_entry, mark_key, mark_keyvalue): adjust callbacknobu2011-09-151-7/+7
* * gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):ko12011-09-091-0/+5
* * gc.c (Init_GC): defined GC::Profiler.raw_data. based on thenari2011-09-081-0/+28
* * gc.c (id2ref): objects which are unmarked but not in sweep_slotsnobu2011-09-081-5/+19
* * gc.c (id2ref): unmarked object is already dead while lazynobu2011-09-071-1/+4
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+1
* * gc.c (gc_lazy_sweep): if sweep target slots are not found, wenari2011-08-091-0/+7
* Refix r32815.naruse2011-08-021-2/+3
* * gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse2011-08-021-0/+8
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+2
* * gc.c: Improve documentationdrbrain2011-07-081-25/+52
* * gc.c: change water_mark value value that may callnari2011-07-071-8/+9
* * 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