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

ruby-changes:50110

From: kazu <ko1@a...>
Date: Mon, 5 Feb 2018 21:34:39 +0900 (JST)
Subject: [ruby-changes:50110] kazu:r62228 (trunk): Fix a typo [ci skip]

kazu	2018-02-05 21:34:35 +0900 (Mon, 05 Feb 2018)

  New Revision: 62228

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

  Log:
    Fix a typo [ci skip]

  Modified files:
    trunk/tool/ruby_vm/views/_mjit_compile_insn.erb
Index: tool/ruby_vm/views/_mjit_compile_insn.erb
===================================================================
--- tool/ruby_vm/views/_mjit_compile_insn.erb	(revision 62227)
+++ tool/ruby_vm/views/_mjit_compile_insn.erb	(revision 62228)
@@ -127,7 +127,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/ruby_vm/views/_mjit_compile_insn.erb#L127
     compile_insns(f, body, b->stack_size, pos + insn_len(insn), status);
 % end
 %
-% # compiler: If insn returns (leave) or does longjmp (throw), the branch should no longer be compieled. TODO: create attr for it?
+% # compiler: If insn returns (leave) or does longjmp (throw), the branch should no longer be compiled. TODO: create attr for it?
 % if insn.expr.expr =~ /\sTHROW_EXCEPTION\([^)]+\);/ || insn.expr.expr =~ /\sRESTORE_REGS\(\);/
     b->finish_p = TRUE;
 % end

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

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