summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
2013-02-23* vm.c: Typo in ObjectSpace::WeakMap overviewzzak
2013-01-04* gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0).kosaki
2012-12-29adjust stylenobu
2012-12-22* gc.c (obj_id_to_ref): add a macro to treat Bignum object id.shirosaki
2012-12-20* gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum onusa
2012-12-15* signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05* gc.c (getrusage_time): uses clock_gettime() withnari
2012-12-02* gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak
2012-12-01gc.c: suppress warningsnobu
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* gc.c : remove a unused function.nari
2012-11-29* gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-29* gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak
2012-11-29* gc.c (gc_stat): prepre Symbol objects at first timeko1
2012-11-29* gc.c (gc_stat): GC.stat supports new informationko1
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-24gc.c: refactoring to rename variablesshirosaki
2012-11-24Fix WeakRef finalizeshirosaki