aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/core.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)Maxime Chevalier-Boisvert2022-08-291-8/+10
* Get codegen for deferred compilation workingMaxime Chevalier-Boisvert2022-08-291-19/+44
* Port over get_branch_target()Maxime Chevalier-Boisvert2022-08-291-12/+12
* Have Assembler::compile() return a list of GC offsetsMaxime Chevalier-Boisvert2022-08-291-0/+1
* Remove x86_64 dependency in core.rsMaxime Chevalier-Boisvert2022-08-291-14/+27
* Implement gc offset logicMaxime Chevalier-Boisvert2022-08-291-7/+7
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-0/+27
* YJIT: Add known_* helpers for Type (#6208)John Hawthorn2022-08-041-0/+54
* Separate Type::String into Type::CString and Type::TString.Noah Gibbs (and/or Benchmark CI)2022-06-271-3/+16
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-15/+11
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-8/+9
* YJIT: Adopt Clippy suggestions we likeAlan Wu2022-04-291-8/+7
* YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)Maxime Chevalier-Boisvert2022-04-281-28/+17
* Rust YJITAlan Wu2022-04-271-0/+2071