| Commit message (Expand) | Author | Age | Files | Lines |
* | * benchmark/driver.rb: add `-x' or `--exclude' option | ko1 | 2012-10-24 | 1 | -0/+5 |
* | * benchmark/driver.rb: remove unexpected `output'. | ko1 | 2012-10-19 | 1 | -1/+0 |
* | * benchmark/bmx_temp.rb: removed. | ko1 | 2012-10-19 | 1 | -5/+0 |
* | * benchmark/driver.rb: add new option `--ruby-arg [ARG]' | ko1 | 2012-10-19 | 1 | -1/+7 |
* | * benchmark/bm_vm2_method_missing.rb: add a benchmark to measure | ko1 | 2012-10-17 | 1 | -0/+12 |
* | * benchmark/bm_vm2_dstr.rb: add a benchmark to measure | ko1 | 2012-10-16 | 1 | -0/+6 |
* | * benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield' | ko1 | 2012-10-16 | 2 | -0/+19 |
* | * benchmark/driver.rb (show_results): Show speedup ratio | ko1 | 2012-10-16 | 1 | -18/+45 |
* | * benchmark/driver.rb: some refactoring. | ko1 | 2012-10-16 | 1 | -14/+5 |
* | * benchmark/: add missing spaces around assignment operators (= and +=) for | kou | 2012-10-15 | 52 | -56/+56 |
* | * benchmark/bm_vm1_attr_ivar(_set).rb: added (for method dispatch speed). | ko1 | 2012-10-14 | 3 | -0/+35 |
* | * include/ruby/ruby.h: introduce flonum technique for | ko1 | 2012-08-23 | 1 | -5/+1 |
* | * benchmark/driver.rb: fix typos. | eregon | 2012-08-11 | 1 | -2/+2 |
* | * benchmark/bm_vm1_lvar_init.rb: fix newline code. | nagachika | 2012-05-27 | 3 | -129/+129 |
* | * benchmark/bm_vm1_lvar_init.rb: added. | ko1 | 2012-05-27 | 36 | -32/+166 |
* | * benchmark/driver.rb: fix to continue benchmarks when | ko1 | 2012-05-27 | 1 | -3/+4 |
* | * vm.c (frame_info_to_str): add `break'. | ko1 | 2012-05-26 | 1 | -0/+22 |
* | * vm.c: add RubyVM::Backtrace object (btobj). | ko1 | 2012-05-24 | 2 | -0/+36 |
* | * benchmark/driver.rb: suppress unused/shadowing variable warnings. | ktsj | 2012-02-12 | 1 | -5/+4 |
* | * benchmark/bm_io_select[23].rb: use Process::RLIMIT_NOFILE only when | usa | 2011-11-17 | 2 | -2/+10 |
* | * benchmark/driver.rb: Add difference column to report that averages | drbrain | 2011-07-06 | 1 | -1/+20 |
* | * benchmark/bm_app_erb.rb: increase loop count. too short | kosaki | 2011-07-01 | 41 | -44/+44 |
* | * sytle fixes. | nobu | 2011-06-30 | 1 | -9/+9 |
* | * benchmark/bm_vm2_defined_method.rb: added to measure performance of | ko1 | 2011-06-30 | 1 | -0/+9 |
* | * benchmark/bm_vm4_thread_create_join.rb, | ko1 | 2011-06-16 | 4 | -0/+0 |
* | * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to | ko1 | 2011-06-14 | 4 | -0/+0 |
* | * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to | kosaki | 2011-06-14 | 4 | -0/+0 |
* | * benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness. | kosaki | 2011-06-14 | 2 | -0/+14 |
* | * properties. | nobu | 2011-06-13 | 4 | -70/+70 |
* | * benchmark/bm_vm3_clearmethodcache.rb: added. | ko1 | 2011-06-12 | 1 | -0/+8 |
* | * benchmark/bm_vm3_thread_mutex.rb: remove it. | ko1 | 2011-06-12 | 3 | -18/+62 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 4 | -7/+7 |
* | * benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmark | kosaki | 2011-05-04 | 2 | -2/+2 |
* | * benchmark/bm_io_select2.rb: reduce number of using file | kosaki | 2011-05-04 | 1 | -1/+1 |
* | * benchmark/bm_io_select3.rb: New. | kosaki | 2011-04-30 | 2 | -1/+18 |
* | * benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New. | kosaki | 2011-04-30 | 2 | -0/+27 |
* | * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVL | kosaki | 2011-04-29 | 2 | -0/+32 |
* | * benchmark/driver.rb (BenchmarkDriver#measure): Show command line | kosaki | 2011-01-29 | 1 | -1/+1 |
* | * tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb. | akr | 2009-12-31 | 2 | -6/+2 |
* | * benchmark/driver.rb: remove RUBY_VERSION output. | ko1 | 2009-09-06 | 1 | -2/+0 |
* | * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG. | akr | 2009-04-30 | 2 | -4/+4 |
* | properties. | nobu | 2008-10-10 | 1 | -3/+3 |
* | * parse.y: optimize 'for' statement when one variable given. | ko1 | 2008-10-10 | 2 | -1/+4 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -0/+9 |
* | * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c | nobu | 2008-04-27 | 1 | -0/+7 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -1/+1 |
* | * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: prop set. | ko1 | 2007-12-10 | 2 | -15/+15 |
* | * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added. | ko1 | 2007-12-10 | 2 | -0/+15 |
* | * vm.c: fix to recycle thread data (VM stack). | ko1 | 2007-11-21 | 1 | -1/+1 |
* | * benchmark/driver.rb: add path to trunk/lib if driver runner is | ko1 | 2007-11-21 | 1 | -1/+16 |