aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: Improve accuracy of objspace_live_num() andnari2013-03-181-0/+6
* * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari2013-03-181-0/+14
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-131-0/+6
* Use assert_separately to speed up slow testsnaruse2012-12-141-2/+2
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-0/+6
* * test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari2012-11-211-2/+2
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-0/+16
* * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari2012-08-021-0/+9
* Suppress warning: method redefined.naruse2012-05-291-0/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-0/+14
* Run separate process this GC.stress test.naruse2012-04-181-5/+2
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-041-0/+2
* Fix test of gc introduced in r33379.naruse2011-10-041-0/+1
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-031-1/+7
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-011-0/+10
* * vm.c (vm_define_method): guard iseq from GC while method definition.wanabe2010-12-301-0/+15
* * gc.c (GC.stat): added. [ruby-dev:38607]ko12010-10-271-0/+12
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-051-0/+19
* * Merge YARVko12006-12-311-0/+5
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-4/+1
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-051-6/+0
* * test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi2003-09-051-0/+41