mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not require Ruby 2.4 for baseruby
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b041cf55bb
commit
ead870d7c3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
%
|
||||
% send_compatible_opt_insns = RubyVM::BareInstructions.to_a.select do |insn|
|
||||
% insn.name.start_with?('opt_') && opt_send_without_block.opes == insn.opes &&
|
||||
% insn.expr.expr.lines.any? { |l| l.match?(/\A\s+CALL_SIMPLE_METHOD\(\);\s+\z/) }
|
||||
% insn.expr.expr.lines.any? { |l| l.match(/\A\s+CALL_SIMPLE_METHOD\(\);\s+\z/) }
|
||||
% end.map(&:name)
|
||||
%
|
||||
% # Available variables and macros in JIT-ed function:
|
||||
|
|
Loading…
Add table
Reference in a new issue