| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' and | ko1 | 2013-06-17 | 1 | -25/+24 |
* | * gc.c: Fixup around GC by MALLOC. | tarui | 2013-06-15 | 1 | -4/+9 |
* | * gc.c : add some colums to more detail profile. | tarui | 2013-06-15 | 1 | -14/+73 |
* | * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ... | tarui | 2013-06-15 | 1 | -52/+12 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -3/+1 |
* | * gc.c (rgengc_remember): permit promoted object. | ko1 | 2013-06-10 | 1 | -5/+0 |
* | * gc.c (RVALUE_PROMOTE): fix parameter name (`x' to `obj') | ko1 | 2013-06-10 | 1 | -4/+6 |
* | * gc.c (wmap_mark): check allocation of `w->obj2wmap'. | ko1 | 2013-06-10 | 1 | -1/+1 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | * gc.c (before_gc_sweep): noinline can also avoid the segv instead of | naruse | 2013-06-07 | 1 | -1/+1 |
* | adjust style | nobu | 2013-06-07 | 1 | -4/+4 |
* | * gc.c (gc_clear_slot_bits): used only if no RGenGC. | nobu | 2013-06-07 | 1 | -2/+2 |
* | * remove trailing spaces. | nobu | 2013-06-07 | 1 | -1/+1 |
* | * gc.c: use oldgen bitmap as initial mark bitmap when mijor gc. | tarui | 2013-06-07 | 1 | -89/+70 |
* | * gc.c: introduce oldgen bitmap for preparing performance tuning. | tarui | 2013-06-07 | 1 | -13/+35 |
* | * gc.c (MARKED_IN_BITMAP, MARK_IN_BITMAP, CLEAR_IN_BITMAP): bring | tarui | 2013-06-07 | 1 | -6/+6 |
* | * gc.c: remove "Sunny" terminology. | ko1 | 2013-06-07 | 1 | -22/+20 |
* | * gc.c (gc_mark): get rid of pushing useless objests. | tarui | 2013-06-05 | 1 | -19/+11 |
* | * remove trailing spaces. | nobu | 2013-06-05 | 1 | -1/+1 |
* | * gc.c (rgengc_rememberset_mark): change scan algorithm for performance: | tarui | 2013-06-05 | 1 | -20/+25 |
* | * remove trailing spaces. | nobu | 2013-06-05 | 1 | -1/+1 |
* | use attribute is more simple way for r41083 | naruse | 2013-06-05 | 1 | -5/+1 |
* | * gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntu | naruse | 2013-06-05 | 1 | -0/+7 |
* | * gc.c (gc_profile_enable): rest_sweep() to finish last GC. | ko1 | 2013-05-29 | 1 | -2/+2 |
* | * gc.c (gc_stat): remove wrong rest_sweep(). | ko1 | 2013-05-27 | 1 | -2/+0 |
* | * gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition. | ko1 | 2013-05-27 | 1 | -4/+4 |
* | * include/ruby/ruby.h, gc.c: add new internal event | ko1 | 2013-05-27 | 1 | -0/+2 |
* | * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE to | ko1 | 2013-05-27 | 1 | -1/+1 |
* | * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations. | ko1 | 2013-05-27 | 1 | -1/+7 |
* | * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events. | ko1 | 2013-05-27 | 1 | -1/+29 |
* | * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API. | ko1 | 2013-05-26 | 1 | -3/+17 |
* | * gc.c (gc_stat): collect promote_operation_count and | ko1 | 2013-05-26 | 1 | -4/+22 |
* | * gc.c (gc_stat): collect shade_operation_count, | ko1 | 2013-05-26 | 1 | -9/+36 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -1/+1 |
* | * gc.c (after_gc_sweep): reduce full GC timing. | ko1 | 2013-05-25 | 1 | -4/+4 |
* | * gc.c: do major/full GC when: | ko1 | 2013-05-24 | 1 | -29/+47 |
* | * gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC) | ko1 | 2013-05-24 | 1 | -8/+24 |
* | gc.c: revert r40898 | nobu | 2013-05-23 | 1 | -1/+0 |
* | * gc.c: do not dump the last record | nobu | 2013-05-23 | 1 | -0/+1 |
* | gc.c: use size_t and no header if next_index == 0 | nobu | 2013-05-22 | 1 | -8/+7 |
* | * gc.c (gc_prepare_free_objects, rest_sweep, lazy_sweep): fix position | ko1 | 2013-05-22 | 1 | -1/+4 |
* | * gc.c (garbage_collect): all GC is start from garbage_collect() | ko1 | 2013-05-21 | 1 | -92/+119 |
* | * gc.c: remove gc_profile_record::is_marked. always true. | ko1 | 2013-05-21 | 1 | -8/+5 |
* | * gc.c: fix to collect additional information for GC::Profiler. | ko1 | 2013-05-21 | 1 | -35/+77 |
* | * gc.c: GC::Profiler's sweeping time is accumulated all slot | ko1 | 2013-05-21 | 1 | -53/+53 |
* | * gc.c (gc_profile_dump_on): `count' should be (int) because it | ko1 | 2013-05-21 | 1 | -15/+16 |
* | gc.c: rb_gc_guarded_ptr | nobu | 2013-05-17 | 1 | -0/+8 |
* | * gc.c (rb_node_newnode): use newobj_of() instead of rb_newobj(). | ko1 | 2013-05-15 | 1 | -8/+1 |
* | * gc.c (newobj): rename to `newobj_of' and accept additional | ko1 | 2013-05-15 | 1 | -27/+25 |
* | * gc.c: add an additional RGENGC_PROFILE mode (2). | ko1 | 2013-05-15 | 1 | -6/+36 |