diff options
author | Takashi Kokubun <[email protected]> | 2024-01-19 08:00:46 -0800 |
---|---|---|
committer | <[email protected]> | 2024-01-19 11:00:46 -0500 |
commit | 3c9290173a1421b0624a6d62c0844c778dbc61ad () | |
tree | 97ac12c570c6494e920f3c031b698a5cf0e15cf4 /yjit/bindgen/src/main.rs | |
parent | a58e091686d9117673487b5b2ab6a793ecc81702 (diff) |
YJIT: Optimize defined?(yield) (#9599)
* YJIT: Optimize defined?(yield) * Remove an irrelevant comment * s/get/gen/
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -348,6 +348,7 @@ fn main() { .allowlist_function("rb_iseqw_to_iseq") .allowlist_function("rb_iseq_label") .allowlist_function("rb_iseq_line_no") // From builtin.h .allowlist_type("rb_builtin_function.*") |