aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-06-17 09:16:01 -0700
committerGitHub <noreply@github.com>2020-06-17 09:16:01 -0700
commite544a3a23cb80460d77dcb145ad1ff84f77524c0 (patch)
treec4f344b16ec6f0852dc0592cbb637d563af62064 /tool
parente30ff63fd4eb24fd638259cb10638668f0f2ceeb (diff)
downloadruby-e544a3a23cb80460d77dcb145ad1ff84f77524c0.tar.gz
Remove obsoleted opt_call_c_function insn (#3232)
* Remove obsoleted opt_call_c_function insn * Keep opt_call_c_function with DEFINE_INSN_IF
Diffstat (limited to 'tool')
-rw-r--r--tool/ruby_vm/views/mjit_compile.inc.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/ruby_vm/views/mjit_compile.inc.erb b/tool/ruby_vm/views/mjit_compile.inc.erb
index c9755454ba..0d3678dfb5 100644
--- a/tool/ruby_vm/views/mjit_compile.inc.erb
+++ b/tool/ruby_vm/views/mjit_compile.inc.erb
@@ -16,8 +16,7 @@
} -%>
%
% unsupported_insns = [
-% 'defineclass', # low priority
-% 'opt_call_c_function', # low priority
+% 'defineclass', # low priority
% ]
%
% opt_send_without_block = RubyVM::Instructions.find { |i| i.name == 'opt_send_without_block' }