* 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
This commit is contained in:
nobu 2013-08-21 06:51:51 +00:00
Родитель 30b1947df2
Коммит 922467238e
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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