diff options
author | Maximillian Polhill <[email protected]> | 2024-12-04 16:34:16 -0500 |
---|---|---|
committer | <[email protected]> | 2024-12-04 21:34:16 +0000 |
commit | 1c4dbb133e8de0e2f194e659e8d3d47171e32643 () | |
tree | a108ede74b06c3a4fe07c8979a4035657a888cc3 /yjit/src/cruby.rs | |
parent | c0e12bf8d2eb3ee78d6926b8d6010bbbafce97ef (diff) |
YJIT: Generate specialized code for Symbol for objtostring (#12247)
* YJIT: Generate specialized code for Symbol for objtostring Co-authored-by: John Hawthorn <[email protected]> * Update yjit/src/codegen.rs --------- Co-authored-by: John Hawthorn <[email protected]> Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
Notes: Merged-By: maximecb <[email protected]>
-rw-r--r-- | yjit/src/cruby.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -823,6 +823,7 @@ pub(crate) mod ids { name: NULL content: b"" name: respond_to_missing content: b"respond_to_missing?" name: to_ary content: b"to_ary" name: eq content: b"==" name: include_p content: b"include?" } |