aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_optimization.rb
Commit message (Expand)AuthorAgeFilesLines
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-11/+0
* Skip tailcall test for MJITTakashi Kokubun2019-11-121-0/+1
* retry tailcall optimization (#2529)wanabe2019-10-251-0/+15
* Revert "tailcall optimization again (#2528)"Koichi Sasada2019-10-061-13/+0
* tailcall optimization again (#2528)wanabe2019-10-061-0/+13
* Drop eliminated catch-entriesNobuyoshi Nakada2019-09-271-0/+15
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-1/+1
* Suppress "statement not reached" warningNobuyoshi Nakada2019-06-301-1/+1
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+1
* Set file name and line numberNobuyoshi Nakada2019-06-291-3/+3
* Adjust caller's line number, expect the next line as here-docNobuyoshi Nakada2019-06-291-1/+1
* compile.c: Partially revert r63870 which caused wrong optimizationYusuke Endoh2019-06-071-0/+15
* test_optimization.rb: increase timeout for RubyCIk0kubun2018-12-301-1/+1
* test_array.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* Fix infinite loop by ensurenobu2018-12-111-0/+9
* compile.c: fix peephole optimizationnobu2018-10-241-0/+6
* revert r64847, r64846 and r64839k0kubun2018-09-261-0/+10
* revert r64838 and r64839k0kubun2018-09-261-10/+0
* Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun2018-09-251-0/+10
* Revert r64824 to fix build failure on AppVeyork0kubun2018-09-251-10/+0
* insns.def: optimize & and | of Integer [experimental]k0kubun2018-09-241-0/+10
* compile.c: remove unreachable jump onlynobu2018-07-061-0/+13
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-1/+1
* Revert r63758 and related commitsnaruse2018-07-041-1/+1
* test/ruby/test_optimization.rb: increase timeoutnormal2018-06-301-1/+1
* compile.c: fix unconditional branch optimizationnobu2018-04-251-0/+7
* Extend timeoutnaruse2018-04-141-1/+1
* compile.c: do not dump unused callinfosnobu2018-03-301-0/+11
* vm_insnhelper.c: blockparamproxy in rescuenobu2018-03-061-0/+12
* test_rubyoptions.rb: assert_same to check identitynobu2018-02-161-3/+3
* compile.c: drop freezestring insn on String#-@normal2018-02-141-0/+15
* test/ruby/test_optimization.rb: fix compile kwargnormal2018-02-141-2/+3
* compile.c: popped hashnobu2018-02-091-0/+5
* compile.c: fix string Range optimization with FSLnormal2018-02-031-6/+8
* Extend timeout of test_clear_unreachable_keyword_argsnaruse2018-01-051-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-1/+1
* test for [Bug #14214]nobu2017-12-211-0/+10
* compile.c: side effect in splatnobu2017-12-191-0/+6
* Fix a method nameyui-knk2017-12-111-1/+1
* remove vm_opt_binop_dispatch().ko12017-12-111-0/+40
* fix uninitialized memory reference.ko12017-11-151-0/+15
* fix peephole optimization.ko12017-11-091-0/+7
* Lazy Proc allocation for block parametersko12017-10-241-0/+65
* revert r59359, r59356, r59355, r59354normal2017-07-191-38/+0
* newhash insn reuses existing keysnormal2017-07-181-0/+7
* hash: keep fstrings of tainted strings for string keysnormal2017-07-181-0/+31
* compile.c: fix catch-table labels optimizationnobu2017-05-201-0/+8
* compile.c: wrong optimizationnobu2017-04-181-0/+43
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* test/ruby/test_optimization.rb: quiet warningsnormal2017-04-011-3/+3