aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).ko12013-06-201-0/+5
* * gc.c (lazy_sweep): Use is_lazy_sweeping()tarui2013-06-201-0/+6
* fix a typokazu2013-06-201-1/+1
* * gc.c (gc_profile_record::oldgen_objects): added.ko12013-06-201-0/+12
* * bignum.c (rb_ull2big): Refactored.akr2013-06-201-0/+5
* * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only whenko12013-06-201-0/+5
* * ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr2013-06-201-0/+17
* * bignum.c (bigmul1_toom3): Don't call bignorm twice.akr2013-06-201-0/+4
* * bignum.c (bignorm): Don't call bigtrunc if the result is a fixnum.akr2013-06-201-0/+4
* * bignum.c (rb_uint2big): Refactored.akr2013-06-201-0/+4
* * bignum.c (dump_bignum): Use SIZEOF_BDIGITS.akr2013-06-201-0/+4
* * bignum.c (big2ulong): Change the return type to unsigned long.akr2013-06-201-0/+9
* * bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr2013-06-201-0/+6
* * gc.c (rgengc_rememberset_mark): recordko12013-06-201-0/+10
* * benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable becauseko12013-06-201-0/+8
* * benchmark/gc/gcbench.rb: stop GC::Profiler before output results.ko12013-06-201-0/+5
* * benchmark/gc/gcbench.rb: don't use __dir__ to make compatibleko12013-06-201-0/+5
* * benchmark/bm_app_aobench.rb: use attr_accessor/reader instead ofko12013-06-201-0/+5
* fix a typokazu2013-06-201-1/+1
* * benchmark/bm_app_aobench.rb: added.ko12013-06-201-0/+6
* * benchmark/bm_so_binary_trees.rb: disable `puts' methodko12013-06-201-0/+7
* * benchmark/gc/pentomino.rb: added.ko12013-06-201-0/+5
* * benchmark/gc/redblack.rb: import red black tree benchmark fromko12013-06-201-0/+8
* * benchmark/gc: create a directory to store GC related benchmark.ko12013-06-201-0/+14
* * tool/hashbench1.rb: fix paramter too. Increase temporary objects.ko12013-06-201-0/+4
* * tool/hashbench1.rb: fix parameters.ko12013-06-201-0/+4
* * common.mk: remove dependency from ruby.ko12013-06-201-0/+4
* error.c: evaluate RARRAY_AREF oncenobu2013-06-201-0/+6
* fix typoskazu2013-06-201-2/+2
* * tool/gcbench.rb: Summary in one line.ko12013-06-191-0/+6
* * bignum.c (BIGSIZE): New macro.akr2013-06-191-0/+8
* * gc.c (rb_gc_writebarrier): give up rescan A and register B directlytarui2013-06-191-0/+5
* * common.mk: add new rules `gcbench-rdoc', `gcbench-hash'.ko12013-06-191-0/+13
* * tool/rdocbench.rb: add summary.ko12013-06-191-0/+4
* * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.ko12013-06-191-0/+4
* * gc.c (gc_prof_sweep_timer_start): fix merge miss.ko12013-06-191-0/+6
* * gc.c: Accumulate sweep time to GC time.ko12013-06-191-0/+11
* * gc.c (gc_marks): fix wrong option. FALSE means major/full GC.ko12013-06-191-0/+5
* win32.c: wait until exitnobu2013-06-191-0/+6
* * bignum.c (bdigit_roomof): Use SIZEOF_BDIGITS.akr2013-06-191-0/+10
* gc.c: refine macrosnobu2013-06-191-0/+7
* * ChangeLog: fix a typo for r41436.nagachika2013-06-191-1/+1
* * gc.c (RVALUE_PROMOTED): fix type.ko12013-06-191-0/+4
* * gc.c (garbage_collect_test): rewrite checking code.ko12013-06-191-0/+11
* * bignum.c (bigfixize): Use rb_absint_size.akr2013-06-191-0/+6
* * gc.c (RVALUE_PROMOTED): check consistency between oldgen flag andko12013-06-191-0/+5
* * gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.ko12013-06-191-0/+4
* * bignum.c (rb_uint2big): Consider environments BDIGIT is bigger thanakr2013-06-191-0/+9
* * gc.c (gc_stress_get): GC.stress can be Fixnum.kazu2013-06-191-0/+4
* * bignum.c (DIGSPERLONG): Don't define if BDIGIT is bigger than long.akr2013-06-191-0/+15