aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c : remove gc_clear_mark_on_sweep_slots() and usenari2012-02-211-21/+5
* revert r34691 and r34689nari2012-02-191-1/+4
* * gc.c (gc_clear_mark_on_sweep_slots): remove a unused variable.nari2012-02-191-2/+0
* * gc.c (gc_clear_mark_on_sweep_slots): uses slot_sweep() fornari2012-02-191-2/+1
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-1/+2
* * gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on thenari2012-02-151-1/+1
* * gc.c (CEILDIV): rename to a appropriate name.nari2012-02-141-2/+2
* * gc.c (assign_heap_slot): SEGV happens cause on 64-bit platformnari2012-02-141-3/+1
* * gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT usednari2012-02-131-2/+3
* * configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be pagenari2012-01-311-1/+3
* * gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu2012-01-271-2/+2
* * gc.c (aligned_malloc, aligned_free): covered missing definednobu2012-01-171-4/+4
* * gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika2012-01-111-3/+6
* * gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.nobu2012-01-101-1/+1
* * gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse2012-01-101-3/+0
* * 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