| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * set eol-style. | nobu | 2007-11-16 | 25 | -1644/+1644 |
* | * benchmark/driver.rb: enable specify label to executable. | ko1 | 2007-10-03 | 1 | -2/+8 |
* | * benchmark/bm_so_fasta.rb: added. | ko1 | 2007-09-28 | 6 | -0/+182 |
* | * benchmark/driver.rb: fix notations. | ko1 | 2007-09-28 | 15 | -4/+1140 |
* | * benchmark/driver.rb: fix to output benchmark results | ko1 | 2007-09-28 | 3 | -37/+62 |
* | * benchmark/bm_app_erb.rb: added. | ko1 | 2007-09-28 | 4 | -0/+71 |
* | * benchmark/driver.rb: fix file selection algorithm. | ko1 | 2007-09-28 | 1 | -14/+34 |
* | * benchmark/driver.rb: fix to output some helpful messages. | ko1 | 2007-09-27 | 2 | -9/+22 |
* | * benchmark/driver.rb: added. | ko1 | 2007-09-27 | 4 | -2/+193 |
* | new file. | akr | 2007-09-26 | 1 | -0/+8 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 6 | -29/+60 |
* | * benchmark/bm_loop_generator.rb: added. | ko1 | 2007-08-24 | 1 | -0/+14 |
* | * benchmark/bm_vm2_case.rb: add a new benchmark. | ko1 | 2007-08-20 | 1 | -0/+14 |
* | set svn:eol-style | shyouhei | 2007-02-12 | 67 | -1431/+1431 |
* | * benchmark/run.rb : change option format | ko1 | 2007-01-05 | 1 | -24/+18 |
* | * benchmark/bm_app_pentomino.rb : use Array#dup instead of | ko1 | 2007-01-05 | 4 | -239/+45 |
* | * benchmark/run_rite.rb : fix to use readlines instead of | ko1 | 2007-01-05 | 1 | -1/+1 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11465 b2dd03c8-39d4-4d8f-98... | ko1 | 2007-01-04 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 69 | -0/+1633 |