summaryrefslogtreecommitdiff
path: root/zjit/src/cruby_methods.rs
AgeCommit message (Expand)Author
2025-05-23ZJIT: Add fast-paths for Array#length and Array#sizeMax Bernstein
2025-05-20ZJIT: Allow DCE to remove some CCalls (#13363)Max Bernstein
2025-04-18Add return_type to FnProperties and CCallMax Bernstein
2025-04-18Strength reduce to `CCall` for sends landing in simple C methodsAlan Wu