summaryrefslogtreecommitdiff
path: root/tool/rjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 22:13:40 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 22:32:27 -0700
commitcc9330f8c0fac9952572a590cb70eb8e63921056 (patch)
treec3592f90b5979a3007cb9058b7815713382ed358 /tool/rjit
parentd07d1c71622ad8fca1d8f88c865efcdd93c4e894 (diff)
downloadruby-cc9330f8c0fac9952572a590cb70eb8e63921056.tar.gz
RJIT: Reorder opt_case_dispatch branches
Diffstat (limited to 'tool/rjit')
-rwxr-xr-xtool/rjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index 2e472a411b..ee2a77446a 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -385,6 +385,7 @@ generator = BindingGenerator.new(
BOP_AND
BOP_AREF
BOP_EQ
+ BOP_EQQ
BOP_FREEZE
BOP_GE
BOP_GT