aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* test_gc.rb: fix syntax errornobu2013-12-181-2/+2
* test_gc.rb: refine assertionnobu2013-12-181-2/+2
* * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko12013-12-181-2/+3
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+13
* * gc.c: introduce GC.verify_internal_consistency method to verify GCko12013-12-161-0/+4
* test/ruby: better assertionsnobu2013-12-131-1/+1
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-0/+16
* test_gc.rb: expand timeoutnobu2013-12-051-1/+1
* gc.c: add GC.latest_gc_info()tmm12013-12-051-11/+15
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-051-0/+6
* test_gc.rb: shortennobu2013-12-051-1/+1
* gc.c: flush all deferred finalizersnobu2013-12-051-0/+14
* * test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm12013-11-301-1/+2
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-281-0/+20
* * test/ruby/test_gc.rb (class TestGc): Fix warning intmm12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+5
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-5/+6
* * gc.c (gc_stat): add internal information.ko12013-11-241-3/+3
* * test/ruby/test_gc.rb: catch up last commit.ko12013-11-241-6/+6
* * gc.c: fix gloval variable name.ko12013-11-231-7/+23
* * gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm12013-10-291-0/+10
* * gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm12013-10-231-1/+3
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* * gc.c: add two GC tuning environment variables.ko12013-09-271-2/+12
* * 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