diff options
author | Jimmy Miller <[email protected]> | 2023-01-31 16:18:56 -0500 |
---|---|---|
committer | <[email protected]> | 2023-01-31 16:18:56 -0500 |
commit | 1148fab7ae4653f94384da5eb282e61217cf12f5 () | |
tree | 380ad4e12c78ba99f21b053784615c0deccb80d4 /yjit/bindgen/src/main.rs | |
parent | 3ebc80314cf1ce727dcc2ba4192ff5265d348206 (diff) |
YJIT: Handle splat with opt more fully (#7209)
* YJIT: Handle splat with opt more fully * Update yjit/src/codegen.rs --------- Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
Notes: Merged-By: maximecb <[email protected]>
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -410,6 +410,7 @@ fn main() { .allowlist_function("rb_METHOD_ENTRY_VISI") .allowlist_function("rb_RCLASS_ORIGIN") .allowlist_function("rb_method_basic_definition_p") // We define VALUE manually, don't import it .blocklist_type("VALUE") |