aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-0/+18
* * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika2012-01-091-0/+3
* * gc.c : don't embed struct heaps_slot to a heap block because itnari2012-01-091-13/+30
* * gc.c: free_slots is changed Singly linked list. clearnari2012-01-091-15/+7
* * gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse2012-01-081-3/+5
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-1/+1
* * gc.c : consider header bytes which are used by malloc.nari2012-01-081-7/+8
* * gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari2012-01-081-1/+3
* * gc.c (slot_sweep): add a assertion instead of a debug print.nari2012-01-081-3/+1
* * gc.c: get rid of implicit narrowing conversion.kosaki2012-01-071-1/+1
* * configure.in: check posix_memalign(3) and menalign(3).naruse2012-01-071-5/+8
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-110/+227
* * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame2011-12-261-3/+5
* * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame2011-12-261-1/+17
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-0/+1
* * gc.c (initial_params): static. it seems to be forgetten at r33501.usa2011-11-281-1/+1
* * 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