From b06649b91262c9462933bef8c8f6173c2abe59d2 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 7 Nov 2018 08:13:20 +0000 Subject: 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 --- insns.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'insns.def') 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) -- cgit v1.2.3