From f825d848986177d779e8018a1083f88b8799ae5f Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 6 Sep 2009 08:39:57 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index 055c43c16a..bb4cef553b 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, -- cgit v1.2.3