summaryrefslogtreecommitdiff
path: root/spec/ruby/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/README.md')
0 files changed, 0 insertions, 0 deletions
nternal_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