From 3ac55870aa6c88f55b651221caea714dee502056 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 14 Oct 2018 11:50:52 +0000 Subject: _mjit_compile_getivar.erb: we may not say receiver [ci skip] for instance variable access, unlike method call. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ruby_vm/views/_mjit_compile_getivar.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/ruby_vm/views/_mjit_compile_getivar.erb b/tool/ruby_vm/views/_mjit_compile_getivar.erb index da45d3715b..934ea4773b 100644 --- a/tool/ruby_vm/views/_mjit_compile_getivar.erb +++ b/tool/ruby_vm/views/_mjit_compile_getivar.erb @@ -14,7 +14,7 @@ MAYBE_UNUSED(<%= ope.fetch(:decl) %>) = (<%= ope.fetch(:type) %>)operands[<%= i %>]; % end % -% # compiler: Consider receiver as T_OBJECT if ic->ic_serial is set +% # compiler: Consider cfp->self as T_OBJECT if ic->ic_serial is set if (ic->ic_serial) { % # JIT: optimize away motion of sp and pc. This path does not call rb_warning() and so it's always leaf and not `handles_sp`. % # <%= render 'mjit_compile_pc_and_sp', locals: { insn: insn } -%> -- cgit v1.2.3