class C def m end end o = C.new i = 0 while i<6_000_000 # benchmark loop 2 i += 1 o.__send__ :m end lternate' title='Atom feed' href='https://ci.ruby-lang.org/ruby.git/atom/tool/lib/envutil.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tool/lib/envutil.rb
AgeCommit message (Expand)Author
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-07-28Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch
2020-06-03Fixed up 56ca006784dNobuyoshi Nakada
2020-06-02run lldb to investigate the stuck process.Koichi Sasada
2020-06-01add more 2 sec.Koichi Sasada
2020-06-01send SEGV to show backtrace.Koichi Sasada
2020-05-05envutil.rb: Also alias to #nameNobuyoshi Nakada
2020-04-17envutil.rb: not try to close pipes twiceNobuyoshi Nakada
2019-09-06Revert "Add a temporal stack dumper for debugging on trunk-mjit"Yusuke Endoh
2019-09-05Add a temporal stack dumper for debugging on trunk-mjitYusuke Endoh
2019-08-18Gem::ConfigMap is deprecated nowHiroshi SHIBATA
2019-08-05Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada
2019-07-02Move to tool/lib from test/lib.Hiroshi SHIBATA