diff options
author | Takashi Kokubun <[email protected]> | 2022-12-01 07:59:56 -0800 |
---|---|---|
committer | <[email protected]> | 2022-12-01 10:59:56 -0500 |
commit | 2c939458cab06b4fda09b55a57b8bac30efe6b17 () | |
tree | 78f2509fe19c8dda9dc5c2f2d0dcf10d739554cb /yjit/bindgen/src/main.rs | |
parent | 5872fd6f6cc5ddde33df94fb11e773eeb653e55e (diff) |
YJIT: Reorder branches for Fixnum opt_case_dis (#6841)
* YJIT: Reorder branches for Fixnum opt_case_dis Co-authored-by: Maxime Chevalier-Boisvert <[email protected]> Co-authored-by: Alan Wu <[email protected]> * YJIT: Don't support too large values Co-authored-by: Maxime Chevalier-Boisvert <[email protected]> Co-authored-by: Alan Wu <[email protected]>
Notes: Merged-By: maximecb <[email protected]>
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ fn main() { .allowlist_function("rb_hash_aset") .allowlist_function("rb_hash_aref") .allowlist_function("rb_hash_bulk_insert") // From include/ruby/internal/intern/array.h .allowlist_function("rb_ary_new_capa") |