[前][次][番号順一覧][スレッド一覧]

ruby-changes:55254

From: k0kubun <ko1@a...>
Date: Sun, 7 Apr 2019 01:03:17 +0900 (JST)
Subject: [ruby-changes:55254] k0kubun:r67461 (trunk): Fix typo in a comment [ci skip]

k0kubun	2019-04-07 01:03:11 +0900 (Sun, 07 Apr 2019)

  New Revision: 67461

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67461

  Log:
    Fix typo in a comment [ci skip]

  Modified files:
    trunk/tool/ruby_vm/views/_mjit_compile_send.erb
Index: tool/ruby_vm/views/_mjit_compile_send.erb
===================================================================
--- tool/ruby_vm/views/_mjit_compile_send.erb	(revision 67460)
+++ tool/ruby_vm/views/_mjit_compile_send.erb	(revision 67461)
@@ -60,7 +60,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_mjit_compile_send.erb#L60
             fprintf(f, "        {\n");
             fprintf(f, "            VALUE v;\n");
             fprintf(f, "            vm_call_iseq_setup_normal(ec, reg_cfp, &calling, (const rb_callable_method_entry_t *)0x%"PRIxVALUE", 0, %d, %d);\n",
-                    (VALUE)cc_copy->me, param_size, iseq->body->local_table_size); /* rb_simple_iseq_p checks rb_simple_iseq_p, which ensures has_opt == FALSE */
+                    (VALUE)cc_copy->me, param_size, iseq->body->local_table_size); /* inlinable_iseq_p checks rb_simple_iseq_p, which ensures has_opt == FALSE */
             if (iseq->body->catch_except_p) {
                 fprintf(f, "            VM_ENV_FLAGS_SET(ec->cfp->ep, VM_FRAME_FLAG_FINISH);\n");
                 fprintf(f, "            v = vm_exec(ec, TRUE);\n");

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]