aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko12013-06-191-0/+13
* gc.c: more infonobu2013-06-191-0/+4
* * test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu2013-06-191-0/+5
* fix indent and stylekazu2013-06-191-3/+3
* * gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.ko12013-06-181-0/+4
* * gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.ko12013-06-181-0/+4
* * gc.c (make_deferred): clear flags to T_ZOMBIE.ko12013-06-181-0/+6
* * bignum.c (rb_big_aref): Apply BIGLO to ~xds[i] for environment whichakr2013-06-181-0/+5
* * gc.c (rgengc_remember): fix output level.ko12013-06-181-0/+7
* * gc.c (rgengc_remember): check T_NONE and T_ZOMBIEko12013-06-181-0/+5
* * gc.c (RGENGC_CHECK_MODE): add new check mode `3'.ko12013-06-181-0/+6
* * gc.c (gc_stress_set): add special option of GC.stress.ko12013-06-181-0/+12
* * vm.c (kwmerge_i): add WB.ko12013-06-181-0/+4
* * hash.c: `st_update()' also has same issue of last fix.ko12013-06-181-0/+6
* * variable.c (rb_const_set): fix WB miss.ko12013-06-181-0/+21
* * gc.c (gc_profile_record_flag): There may be two or more reasons. so, it wa...tarui2013-06-181-1/+1
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-0/+9
* * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.tarui2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-181-0/+4