summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-12 05:55:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-12 05:55:06 +0000
commitde5d332b0a2c76ff48e552eeef99c384ac0f5a62 (patch)
tree62ac39f6330d9c77612cefa5931497c6d06e15a8 /vm_insnhelper.h
parentb8b3a82d903272ad6ff12770c25ed1799608eda4 (diff)
downloadruby-de5d332b0a2c76ff48e552eeef99c384ac0f5a62.tar.gz
ruby-de5d332b0a2c76ff48e552eeef99c384ac0f5a62.tar.xz
ruby-de5d332b0a2c76ff48e552eeef99c384ac0f5a62.zip
* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check
definition of (classes)#=== for case/when optimization. Fix Bug #1376 [ruby-core:23190]. * string.c (Init_String), bignum.c (Init_Bignum), numeric.c (Init_Numeric): define String#===, Symbol#===, Bignum#===, Fixnum#===, Float#=== as same as (classes)#==. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24511 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 a6d3f0469..d40f3de0a 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -41,6 +41,7 @@ enum {
BOP_DIV,
BOP_MOD,
BOP_EQ,
+ BOP_EQQ,
BOP_LT,
BOP_LE,
BOP_LTLT,