index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_optimization.rb
Age
Commit message (
Expand
)
Author
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-09-30
Make Array#min/max optimization respect refined methods
Jeremy Evans
2021-08-24
Fix warnings in test_optimization.rb
Jeremy Evans
2021-08-21
Allow tracing of optimized methods
Jeremy Evans
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-06-09
disable GC on a test
Koichi Sasada
2020-05-21
test/ruby/test_optimization.rb: Proc creation test should count :T_DATA
Yusuke Endoh
2020-05-08
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-12
Skip tailcall test for MJIT
Takashi Kokubun
2019-10-25
retry tailcall optimization (#2529)
wanabe
2019-10-06
Revert "tailcall optimization again (#2528)"
Koichi Sasada
2019-10-06
tailcall optimization again (#2528)
wanabe
2019-09-27
Drop eliminated catch-entries
Nobuyoshi Nakada
2019-08-30
Fix keyword argument separation warnings in test
Jeremy Evans
2019-06-30
Suppress "statement not reached" warning
Nobuyoshi Nakada
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-29
Set file name and line number
Nobuyoshi Nakada
2019-06-29
Adjust caller's line number, expect the next line as here-doc
Nobuyoshi Nakada
2019-06-07
compile.c: Partially revert r63870 which caused wrong optimization
Yusuke Endoh
2018-12-30
test_optimization.rb: increase timeout for RubyCI
k0kubun
2018-12-28
test_array.rb: increase timeout for RubyCI
k0kubun
2018-12-11
Fix infinite loop by ensure
nobu
2018-10-24
compile.c: fix peephole optimization
nobu
2018-09-26
revert r64847, r64846 and r64839
k0kubun
2018-09-26
revert r64838 and r64839
k0kubun
2018-09-25
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-24
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-07-06
compile.c: remove unreachable jump only
nobu
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-06-30
test/ruby/test_optimization.rb: increase timeout
normal
2018-04-25
compile.c: fix unconditional branch optimization
nobu
2018-04-14
Extend timeout
naruse
2018-03-30
compile.c: do not dump unused callinfos
nobu
2018-03-06
vm_insnhelper.c: blockparamproxy in rescue
nobu
2018-02-16
test_rubyoptions.rb: assert_same to check identity
nobu
2018-02-14
compile.c: drop freezestring insn on String#-@
normal
2018-02-14
test/ruby/test_optimization.rb: fix compile kwarg
normal
2018-02-09
compile.c: popped hash
nobu
2018-02-03
compile.c: fix string Range optimization with FSL
normal
2018-01-05
Extend timeout of test_clear_unreachable_keyword_args
naruse
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-21
test for [Bug #14214]
nobu
2017-12-19
compile.c: side effect in splat
nobu
[next]