summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-14 13:31:33 -0800
committerGitHub <noreply@github.com>2023-02-14 16:31:33 -0500
commit15ef2b2d7c6a7fb0d485d1e5a9b795a730ef7967 (patch)
tree8684cf4d8838b2d8cb4fc62c43b00d96f08c5c14 /yjit/bindgen
parent6c5582815dcd02726354ff407b73aba25b036b74 (diff)
downloadruby-15ef2b2d7c6a7fb0d485d1e5a9b795a730ef7967.tar.gz
YJIT: Optimize != for Integers and Strings (#7301)
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 3086d6b860..74f5a52742 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -402,6 +402,7 @@ fn main() {
.allowlist_function("rb_get_cikw_keywords_idx")
.allowlist_function("rb_get_call_data_ci")
.allowlist_function("rb_yarv_str_eql_internal")
+ .allowlist_function("rb_str_neq_internal")
.allowlist_function("rb_yarv_ary_entry_internal")
.allowlist_function("rb_yarv_fix_mod_fix")
.allowlist_function("rb_FL_TEST")