summaryrefslogtreecommitdiff
path: root/yjit/src/utils.rs
AgeCommit message (Expand)Author
2023-11-07YJIT: Use u32 for CodePtr to save 4 bytes eachAlan Wu
2023-10-19YJIT: Return Option from asm.compile() for has_dropped_bytes()Alan Wu
2023-10-18YJIT: Add --yjit-perf (#8697)Takashi Kokubun
2023-07-13[DOC] Removed redundant `the`Hiroshi SHIBATA
2023-04-14YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun
2023-04-12YJIT: Let Assembler own Context (#7691)Takashi Kokubun
2023-04-06YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun
2023-03-15YJIT: use u16 for insn_idx instead of u32 (#7534)Maxime Chevalier-Boisvert
2023-01-06YJIT: Make iseq_get_location consistent with iseq.c (#7074)Takashi Kokubun
2022-10-17YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun
2022-10-13fixes more clippy warnings (#6543)Jimmy Miller
2022-08-29Minor cleanups (https://github.com/Shopify/ruby/pull/345)Alan Wu
2022-08-29Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321)Kevin Newton
2022-08-29Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)Kevin Newton
2022-08-29Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)Maxime Chevalier-Boisvert
2022-08-24add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs
2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu
2022-04-27Rust YJITAlan Wu