summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-06-05 * gc.c (gc_mark): get rid of pushing useless objests.tarui
2013-06-05* remove trailing spaces.nobu
2013-06-05 * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui
2013-06-05* remove trailing spaces.nobu
2013-06-05use attribute is more simple way for r41083naruse
2013-06-05* gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse
2013-05-29* gc.c (gc_profile_enable): rest_sweep() to finish last GC.ko1
2013-05-27* gc.c (gc_stat): remove wrong rest_sweep().ko1
2013-05-27* gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition.ko1
2013-05-27* include/ruby/ruby.h, gc.c: add new internal eventko1
2013-05-27* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko1
2013-05-27* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-26* gc.c (gc_stat): collect promote_operation_count andko1
2013-05-26* gc.c (gc_stat): collect shade_operation_count,ko1
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-25* gc.c (after_gc_sweep): reduce full GC timing.ko1
2013-05-24* gc.c: do major/full GC when:ko1
2013-05-24* gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)ko1
2013-05-23gc.c: revert r40898nobu
2013-05-23 * gc.c: do not dump the last recordnobu
2013-05-22gc.c: use size_t and no header if next_index == 0nobu
2013-05-22* gc.c (gc_prepare_free_objects, rest_sweep, lazy_sweep): fix positionko1
2013-05-21* gc.c (garbage_collect): all GC is start from garbage_collect()ko1
2013-05-21* gc.c: remove gc_profile_record::is_marked. always true.ko1
2013-05-21* gc.c: fix to collect additional information for GC::Profiler.ko1
2013-05-21* gc.c: GC::Profiler's sweeping time is accumulated all slotko1
2013-05-21* gc.c (gc_profile_dump_on): `count' should be (int) because itko1
2013-05-17gc.c: rb_gc_guarded_ptrnobu
2013-05-15* gc.c (rb_node_newnode): use newobj_of() instead of rb_newobj().ko1
2013-05-15* gc.c (newobj): rename to `newobj_of' and accept additionalko1
2013-05-15* gc.c: add an additional RGENGC_PROFILE mode (2).ko1
2013-05-14* remove trailing spaces.nobu
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* gc.c: remove rb_objspace_t::marked_num.ko1
2013-05-13* gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).ko1
2013-05-13* gc.c: refactoring GC::Profiler.ko1
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-13* gc.c (rb_data_object_alloc): check klass only if klass is not 0.ko1
2013-05-13* gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):ko1
2013-03-30gc.c: _aligned_mallocnobu
2013-03-24gc.c: fix compile errornobu
2013-03-24* gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari
2013-03-24* gc.c: We have no chance to expand the heap when lazy sweeping isnari
2013-03-18* gc.c: Improve accuracy of objspace_live_num() andnari
2013-03-18* gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari
2013-03-18* gc.c: Fix unlimited memory growth with large values ofnari
2013-03-13* gc.c: allow to tune growth of heap by environment variablenari