summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 08:39:57 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 08:39:57 +0000
commit02695684d617d8973b495b1317670cdd84fd9e76 (patch)
tree809011760b8e3ffa50a32d6a6fe69f3275bc69be /vm_insnhelper.h
parent228994868ff2f9584ea499f06cffa53cb3c2723a (diff)
downloadruby-02695684d617d8973b495b1317670cdd84fd9e76.tar.gz
ruby-02695684d617d8973b495b1317670cdd84fd9e76.tar.xz
ruby-02695684d617d8973b495b1317670cdd84fd9e76.zip
* compile.c (iseq_specialized_instruction), insns.def (opt_size):
optimize #size methods (by specialized instruction). * id.c, id.h, vm.c, vm_insnhelper.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 055c43c16..bb4cef553 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -48,6 +48,7 @@ enum {
BOP_AREF,
BOP_ASET,
BOP_LENGTH,
+ BOP_SIZE,
BOP_SUCC,
BOP_GT,
BOP_GE,