summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
AgeCommit message (Expand)Author
2022-07-12Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle
2022-07-06YJIT: add a counter for gc object refs in the machine code (#6089)Maxime Chevalier-Boisvert
2022-06-14YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu
2022-06-09Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle
2022-05-26Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)
2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu
2022-04-27Rust YJITAlan Wu