aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_mark): get rid of pushing useless objests.tarui2013-06-051-19/+11
* * remove trailing spaces.nobu2013-06-051-1/+1
* * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui2013-06-051-20/+25
* * remove trailing spaces.nobu2013-06-051-1/+1
* use attribute is more simple way for r41083naruse2013-06-051-5/+1
* * gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse2013-06-051-0/+7
* * gc.c (gc_profile_enable): rest_sweep() to finish last GC.ko12013-05-291-2/+2
* * gc.c (gc_stat): remove wrong rest_sweep().ko12013-05-271-2/+0
* * gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition.ko12013-05-271-4/+4
* * include/ruby/ruby.h, gc.c: add new internal eventko12013-05-271-0/+2
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-1/+1
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-271-1/+7
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-1/+29
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-3/+17
* * gc.c (gc_stat): collect promote_operation_count andko12013-05-261-4/+22
* * gc.c (gc_stat): collect shade_operation_count,ko12013-05-261-9/+36
* * hash.c (rb_hash_tbl_raw), internal.h: added.ko12013-05-261-1/+1
* * gc.c (after_gc_sweep): reduce full GC timing.ko12013-05-251-4/+4
* * gc.c: do major/full GC when:ko12013-05-241-29/+47
* * gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)ko12013-05-241-8/+24
* gc.c: revert r40898nobu2013-05-231-1/+0
* * gc.c: do not dump the last recordnobu2013-05-231-0/+1
* gc.c: use size_t and no header if next_index == 0nobu2013-05-221-8/+7
* * gc.c (gc_prepare_free_objects, rest_sweep, lazy_sweep): fix positionko12013-05-221-1/+4
* * gc.c (garbage_collect): all GC is start from garbage_collect()ko12013-05-211-92/+119
* * gc.c: remove gc_profile_record::is_marked. always true.ko12013-05-211-8/+5
* * gc.c: fix to collect additional information for GC::Profiler.ko12013-05-211-35/+77
* * gc.c: GC::Profiler's sweeping time is accumulated all slotko12013-05-211-53/+53
* * gc.c (gc_profile_dump_on): `count' should be (int) because itko12013-05-211-15/+16
* gc.c: rb_gc_guarded_ptrnobu2013-05-171-0/+8
* * gc.c (rb_node_newnode): use newobj_of() instead of rb_newobj().ko12013-05-151-8/+1
* * gc.c (newobj): rename to `newobj_of' and accept additionalko12013-05-151-27/+25
* * gc.c: add an additional RGENGC_PROFILE mode (2).ko12013-05-151-6/+36
* * remove trailing spaces.nobu2013-05-141-2/+2
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-82/+737
* * gc.c: remove rb_objspace_t::marked_num.ko12013-05-131-10/+11
* * gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).ko12013-05-131-2/+2
* * gc.c: refactoring GC::Profiler.ko12013-05-131-63/+72
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-3/+3
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-4/+4
* * gc.c (rb_data_object_alloc): check klass only if klass is not 0.ko12013-05-131-1/+1
* * gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):ko12013-05-131-8/+3
* gc.c: _aligned_mallocnobu2013-03-301-0/+1
* gc.c: fix compile errornobu2013-03-241-1/+1
* * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari2013-03-241-1/+4
* * gc.c: We have no chance to expand the heap when lazy sweeping isnari2013-03-241-2/+8
* * gc.c: Improve accuracy of objspace_live_num() andnari2013-03-181-6/+4
* * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari2013-03-181-2/+5
* * gc.c: Fix unlimited memory growth with large values ofnari2013-03-181-1/+2
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-131-2/+17