From 922467238e37c07d1eb6d383be0a177b4b13b82e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Aug 2013 06:51:51 +0000 Subject: insns.def: refine comments * insns.def (getinlinecache, once, opt_case_dispatch): refine some English version comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- insns.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/insns.def b/insns.def index ff622fa987..682400c4f2 100644 --- a/insns.def +++ b/insns.def @@ -1177,7 +1177,7 @@ branchunless /** @c optimize - @e inline cache + @e push inline-cached value and go to dst if it is valid @j インラインキャッシュが有効なら、値をスタックにプッシュして dst へジャンプする。 */ DEFINE_INSN @@ -1217,7 +1217,7 @@ setinlinecache /** @c optimize - @e once + @e run iseq only once @j once を実現する。 */ DEFINE_INSN @@ -1255,7 +1255,7 @@ once /** @c optimize - @e case dispatcher + @e case dispatcher, jump by table if possible @j case 文で、可能なら表引きでジャンプする。 */ DEFINE_INSN -- cgit v1.2.3