summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
AgeCommit message (Expand)Author
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-13* gc.c: allow to tune growth of heap by environment variablenari
2012-12-14Use assert_separately to speed up slow testsnaruse
2012-11-29* gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari
2012-11-21* test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari
2012-11-21* gc.c (gc_profile_clear): realloc profile records if its size isnari
2012-08-02* gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari
2012-05-29Suppress warning: method redefined.naruse
2012-05-28* gc.c (obj_free): doesn't free a method table if it doesn'tnari
2012-04-18Run separate process this GC.stress test.naruse
2011-10-04* gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse
2011-10-04Fix test of gc introduced in r33379.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
2010-12-30* vm.c (vm_define_method): guard iseq from GC while method definition.wanabe
2010-10-27* gc.c (GC.stat): added. [ruby-dev:38607]ko1
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2006-12-31 * Merge YARVko1
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/runner.rb: added. gets testcases from command line and runs it.nahi
2003-09-05* test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi