aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321)Kevin Newton2022-08-291-47/+63
* Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)Kevin Newton2022-08-291-65/+24
* Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)Maxime Chevalier-Boisvert2022-08-291-11/+32
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-0/+35
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-1/+34
* Rust YJITAlan Wu2022-04-271-0/+205