ruby/yjit/bindgen
Alan Wu b41c65b577 YJIT: Implement specialization for no-op `{Kernel,Numeric}#dup`
Type information in the context for no additional work!

This is the `if (special_object_p(obj)) return obj;` path in
rb_obj_dup() and for Numeric#dup, it's always the identity function.
2024-10-22 11:30:35 -04:00
..
src YJIT: Implement specialization for no-op `{Kernel,Numeric}#dup` 2024-10-22 11:30:35 -04:00
Cargo.lock YJIT: Allow shareable consts in multi-ractor mode (#11917) 2024-10-18 15:01:45 -04:00
Cargo.toml YJIT: Allow shareable consts in multi-ractor mode (#11917) 2024-10-18 15:01:45 -04:00