summaryrefslogtreecommitdiff
path: root/test/ruby/test_optimization.rb
AgeCommit message (Expand)Author
2019-06-30Suppress "statement not reached" warningNobuyoshi Nakada
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-29Set file name and line numberNobuyoshi Nakada
2019-06-29Adjust caller's line number, expect the next line as here-docNobuyoshi Nakada
2019-06-07compile.c: Partially revert r63870 which caused wrong optimizationYusuke Endoh
2018-12-30test_optimization.rb: increase timeout for RubyCIk0kubun
2018-12-28test_array.rb: increase timeout for RubyCIk0kubun
2018-12-11Fix infinite loop by ensurenobu
2018-10-24compile.c: fix peephole optimizationnobu
2018-09-26revert r64847, r64846 and r64839k0kubun
2018-09-26revert r64838 and r64839k0kubun
2018-09-25Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun
2018-09-25Revert r64824 to fix build failure on AppVeyork0kubun
2018-09-24insns.def: optimize & and | of Integer [experimental]k0kubun
2018-07-06compile.c: remove unreachable jump onlynobu
2018-07-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse
2018-06-30test/ruby/test_optimization.rb: increase timeoutnormal
2018-04-25compile.c: fix unconditional branch optimizationnobu
2018-04-14Extend timeoutnaruse
2018-03-30compile.c: do not dump unused callinfosnobu
2018-03-06vm_insnhelper.c: blockparamproxy in rescuenobu
2018-02-16test_rubyoptions.rb: assert_same to check identitynobu
2018-02-14compile.c: drop freezestring insn on String#-@normal
2018-02-14test/ruby/test_optimization.rb: fix compile kwargnormal
2018-02-09compile.c: popped hashnobu
2018-02-03compile.c: fix string Range optimization with FSLnormal
2018-01-05Extend timeout of test_clear_unreachable_keyword_argsnaruse
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-21test for [Bug #14214]nobu
2017-12-19compile.c: side effect in splatnobu
2017-12-11Fix a method nameyui-knk
2017-12-11remove vm_opt_binop_dispatch().ko1
2017-11-15fix uninitialized memory reference.ko1
2017-11-09fix peephole optimization.ko1
2017-10-24Lazy Proc allocation for block parametersko1
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18newhash insn reuses existing keysnormal
2017-07-18hash: keep fstrings of tainted strings for string keysnormal
2017-05-20compile.c: fix catch-table labels optimizationnobu
2017-04-18compile.c: wrong optimizationnobu
2017-04-18test_optimization.rb: heredoc code stylenobu
2017-04-01test/ruby/test_optimization.rb: quiet warningsnormal
2017-04-01compile.c: optimize literal String range in case/when dispatchnormal
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2016-11-07test_optimization.rb: for r56208nobu
2016-11-07Just check that interruption doesn't cause SEGV.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):usa
2016-11-06confirm that status.termsig is not nil.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo