summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
AgeCommit message (Expand)Author
2014-01-04test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu
2013-12-18test_gc.rb: fix syntax errornobu
2013-12-18test_gc.rb: refine assertionnobu
2013-12-18* test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko1
2013-12-17vm_trace.c: isolate exceptionsnobu
2013-12-16* gc.c: introduce GC.verify_internal_consistency method to verify GCko1
2013-12-13test/ruby: better assertionsnobu
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1
2013-12-05test_gc.rb: expand timeoutnobu
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05test_gc.rb: shortennobu
2013-12-05gc.c: flush all deferred finalizersnobu
2013-11-30* test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm1
2013-11-28* gc.c: Expose details about last garbage collection via GC.stat.tmm1
2013-11-27* test/ruby/test_gc.rb (class TestGc): Fix warning intmm1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-24* gc.c (gc_stat): add internal information.ko1
2013-11-24* test/ruby/test_gc.rb: catch up last commit.ko1
2013-11-23* gc.c: fix gloval variable name.ko1
2013-10-29* gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm1
2013-10-23* gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm1
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-09-27* gc.c: add two GC tuning environment variables.ko1
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