summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
AgeCommit message (Expand)Author
2014-12-24test_gc.rb: termsignobu
2014-12-13test_gc.rb: workaround for Windowsnobu
2014-12-13test_gc.rb: waitnobu
2014-12-13vm_trace.c: defer interrupts while postponed jobsnobu
2014-11-26* test/ruby/test_gc.rb (test_latest_gc_info): do test separatelyko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-10* test/ruby/test_gc.rb: fix condition.ko1
2014-09-10* gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko1
2014-09-10* test/ruby/test_gc.rb: catch up last fix.ko1
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-07-24* gc.c: fix major GC flags.ko1
2014-06-30* gc.c: support `USE_RGENGC == 0'.ko1
2014-06-10* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko1
2014-06-03* test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko1
2014-04-09* test/ruby/test_gc.rb: more long timeout.ko1
2014-03-30gc.c: avoid inadvertent pin-downnobu
2014-02-17* test/ruby/test_gc.rb: ignore warning messages for running with -wko1
2014-02-17* gc.c: introduce new environment variableko1
2014-01-15test_gc.rb: relax assertionnobu
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