diff options
author | Takashi Kokubun <[email protected]> | 2023-08-09 10:16:15 -0700 |
---|---|---|
committer | <[email protected]> | 2023-08-09 10:16:15 -0700 |
commit | d3efce69eaabf1ff81bcdf3631350a87ac0dda28 () | |
tree | 5332b436af42af8a7a34808b6b92c794cf41b607 /yjit/bindgen/src/main.rs | |
parent | c9b30f9d76ec7c726a703a7f8aad95b5998e7d6c (diff) |
YJIT: Count throw instructions for each tag (#8188)
* YJIT: Count throw instructions for each tag * Show % of each throw type
Notes: Merged-By: k0kubun <[email protected]>
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -290,6 +290,8 @@ fn main() { .allowlist_var("VM_ENV_DATA_SIZE") .allowlist_function("rb_iseq_path") .allowlist_type("rb_builtin_attr") // From yjit.c .allowlist_function("rb_iseq_(get|set)_yjit_payload") |