diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2023-08-17 10:11:17 -0400 |
---|---|---|
committer | <[email protected]> | 2023-08-17 10:11:17 -0400 |
commit | 30a5b94517699589f6943163cd6b92f2f6c0023f () | |
tree | 73760a4147e0c8be718f9cc6bb66894e2372e23f /yjit/bindgen/src/main.rs | |
parent | 7433c8f7dde9eb82b94d59c71c17b4173047e008 (diff) |
YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)
* YJIT: implement side chain fallback for setlocal to avoid exiting * Update yjit/src/codegen.rs Co-authored-by: Takashi Kokubun <[email protected]> --------- Co-authored-by: Takashi Kokubun <[email protected]>
Notes: Merged-By: maximecb <[email protected]>
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -283,6 +283,7 @@ fn main() { .blocklist_type("rb_control_frame_struct") .opaque_type("rb_control_frame_struct") .allowlist_function("rb_vm_bh_to_procval") .allowlist_function("rb_vm_ep_local_ep") .allowlist_type("vm_special_object_type") .allowlist_var("VM_ENV_DATA_INDEX_SPECVAL") |