aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
Commit message (Expand)AuthorAgeFilesLines
* Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle2022-07-121-8/+54
* YJIT: add a counter for gc object refs in the machine code (#6089)Maxime Chevalier-Boisvert2022-07-061-8/+10
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-1/+5
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+227
* Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)2022-05-261-3/+4
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-4/+6
* Rust YJITAlan Wu2022-04-271-0/+271