diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-18 22:13:40 -0700 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-18 22:32:27 -0700 |
commit | cc9330f8c0fac9952572a590cb70eb8e63921056 (patch) | |
tree | c3592f90b5979a3007cb9058b7815713382ed358 /tool/rjit/bindgen.rb | |
parent | d07d1c71622ad8fca1d8f88c865efcdd93c4e894 (diff) | |
download | ruby-cc9330f8c0fac9952572a590cb70eb8e63921056.tar.gz |
RJIT: Reorder opt_case_dispatch branches
Diffstat (limited to 'tool/rjit/bindgen.rb')
-rwxr-xr-x | tool/rjit/bindgen.rb | 1 |
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 |