summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2012-01-27* gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu
2012-01-17* gc.c (aligned_malloc, aligned_free): covered missing definednobu
2012-01-11* gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika
2012-01-10* gc.c (HEAP_OBJ_LIMIT): suppress narrowing down warning from gcc 4.2.nobu
2012-01-10* gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2012-01-09* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika
2012-01-09* gc.c : don't embed struct heaps_slot to a heap block because itnari
2012-01-09* gc.c: free_slots is changed Singly linked list. clearnari
2012-01-08* gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse
2012-01-08* gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse
2012-01-08* gc.c : consider header bytes which are used by malloc.nari
2012-01-08* gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari
2012-01-08* gc.c (slot_sweep): add a assertion instead of a debug print.nari
2012-01-07* gc.c: get rid of implicit narrowing conversion.kosaki
2012-01-07* configure.in: check posix_memalign(3) and menalign(3).naruse
2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari
2011-12-26* node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame
2011-12-26* node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-11-28* gc.c (initial_params): static. it seems to be forgetten at r33501.usa
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