aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-07-24 13:51:46 -0700
committerGitHub <noreply@github.com>2023-07-24 13:51:46 -0700
commitcef60e93e6db859b47c818f745be809feb04ae48 (patch)
tree60ac5fe6f0c41aa72b152656d6ce426b1c708d70 /yjit/bindgen
parentc4e893ceb5811f3436f1e16cab769a16469b56b0 (diff)
downloadruby-cef60e93e6db859b47c818f745be809feb04ae48.tar.gz
YJIT: Fallback send instructions to vm_sendish (#8106)
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index d00816b3d5..5bda8b471b 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -325,6 +325,8 @@ fn main() {
.allowlist_function("rb_yjit_icache_invalidate")
.allowlist_function("rb_optimized_call")
.allowlist_function("rb_yjit_assert_holding_vm_lock")
+ .allowlist_function("rb_yjit_sendish_sp_pops")
+ .allowlist_function("rb_yjit_invokeblock_sp_pops")
// from vm_sync.h
.allowlist_function("rb_vm_barrier")