aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-07 08:13:20 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-07 08:13:20 +0000
commitb06649b91262c9462933bef8c8f6173c2abe59d2 (patch)
tree38cf6efd50e172304d163fbc207f6e39db2fdd66 /insns.def
parentc8cfd78b40d6d19fcacb7ca3a564de39907c4b59 (diff)
downloadruby-b06649b91262c9462933bef8c8f6173c2abe59d2.tar.gz
Rename get/setinlinecache to opt_get/opt_setinlinecache
The instructions are just for optimization. To clarity the intention, this change adds the prefix "opt_", like "opt_case_dispatch". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.def b/insns.def
index e77dc1fe54..efd5bb74a2 100644
--- a/insns.def
+++ b/insns.def
@@ -985,7 +985,7 @@ branchnil
/* push inline-cached value and go to dst if it is valid */
DEFINE_INSN
-getinlinecache
+opt_getinlinecache
(OFFSET dst, IC ic)
()
(VALUE val)
@@ -1001,7 +1001,7 @@ getinlinecache
/* set inline cache */
DEFINE_INSN
-setinlinecache
+opt_setinlinecache
(IC ic)
(VALUE val)
(VALUE val)