summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-21 06:51:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-21 06:51:51 +0000
commit922467238e37c07d1eb6d383be0a177b4b13b82e (patch)
treef87f00846e6ab2fd858908b7f57ea1bc568ae405
parent30b1947df2da2192f7fcc812ac88dc1884715322 (diff)
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
-rw-r--r--insns.def6
1 files 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