aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* benchmark/driver.rb: make this more similark0kubun2018-07-081-19/+39
* benchmark/README.md: [ci skip] change syntax highlightk0kubun2018-07-081-3/+3
* * properties.svn2018-07-080-0/+0
* benchmark/README.md: [ci skip] write documentationk0kubun2018-07-082-1/+50
* benchmark/driver.rb: drop legacy Ruby script supportk0kubun2018-07-082-57/+13
* benchmark/app_pentomino.yml: remove original scripts after __END__k0kubun2018-07-081-132/+1
* benchmark/*.yml: convert from benchmark/bm_*.rbk0kubun2018-07-08254-3200/+3595
* benchmark/gc: prevent GC bench from depending on normal benchmarkk0kubun2018-07-083-3/+612
* benchmark/vm2_struct_small_aset.yml: unwrap loop_countk0kubun2018-07-081-5/+9
* benchmark/vm2_*.yml: fix ugly conversion errorsk0kubun2018-07-0826-121/+119
* benchmark/vm2_*.yml: abstract away the while loopk0kubun2018-07-0839-505/+384
* benchmark/vm1_ensure.yml: rollback loop_count abstractionk0kubun2018-07-081-3/+8
* benchmark/vm1_*.yml: manual fixes for ugly conversionsk0kubun2018-07-089-39/+34
* benchmark/vm1_*.yml: abstract away the while loopk0kubun2018-07-0830-335/+241
* benchmark: convert bm_vm2_*.rb to vm2_*.ymlk0kubun2018-07-0876-481/+593
* benchmark: convert bm_vm1_*.rb to vm1_*.ymlk0kubun2018-07-0858-322/+402
* * 2018-07-09svn2018-07-081-1/+1
* benchmark/driver.rb: fix wrong multiline regexpk0kubun2018-07-081-1/+1
* benchmark: introduce benchmark_driver.gemk0kubun2018-07-0821-564/+506
* common.mk: load prelude on `make benchmark`k0kubun2018-07-081-2/+2
* benchmark: drop legacy benchmark driversk0kubun2018-07-083-233/+0
* test/ruby (*no_hidden_garbage): disable GC and skip if multi-threadednormal2018-07-082-0/+8
* mjit: get rid of memory leak in pause+resume loopnormal2018-07-084-10/+13
* tool/git-refresh: skip git fetch and checkoutk0kubun2018-07-081-0/+3
* benchmark/driver.rb: simplify LoadError handlingk0kubun2018-07-081-9/+2
* common.mk: drop obsoleted `make tbench`k0kubun2018-07-081-6/+1
* test/ruby/test_signal.rb: skip ensure if test is skippednormal2018-07-081-1/+1
* signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLDnormal2018-07-084-15/+82
* * 2018-07-08svn2018-07-071-1/+1
* process.c (rb_f_exec): pause MJIT before replacing processnormal2018-07-072-2/+6
* wait2_spec.rb: skip leak checker for nowk0kubun2018-07-071-1/+2
* insns.def: stop pushing unnecessary keys for MJITk0kubun2018-07-072-2/+22
* _mjit_compile_insn_body: rollback pc correctlyk0kubun2018-07-072-6/+6
* * 2018-07-07svn2018-07-071-1/+1
* test/socket/test_socket.rb (test_timestamp): retry sendnormal2018-07-071-4/+18
* const_missing on private constantsnobu2018-07-065-3/+39
* compile.c: remove unreachable jump onlynobu2018-07-062-3/+22
* mjit.c: fix waitpid macro return value for win32normal2018-07-061-1/+1
* Fix a bug of peephole optimizationmame2018-07-062-1/+12
* thread.c (ruby_ppoll): improve timespec to msec conversionnormal2018-07-061-3/+4
* thread.c: our fake ppoll implementation is staticnormal2018-07-061-2/+3
* Fixup r63864kazu2018-07-061-1/+1
* Prefixed reset_leap_second_infonobu2018-07-063-3/+4
* revert r62655 for r63763k0kubun2018-07-058-65/+45
* * 2018-07-06svn2018-07-051-1/+1
* Make a prototypenobu2018-07-051-1/+1
* ruby tool/update-deps --fixnaruse2018-07-053-15/+157
* Add missing prototypenaruse2018-07-051-0/+1
* Add missing filenaruse2018-07-051-0/+14
* Re-apply r63848 (Optimize Time.utc)naruse2018-07-053-2/+53