summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
Commit message (Expand)AuthorAgeFilesLines
...
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-2/+2
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-7/+22
* YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun2022-10-141-0/+1
* Implement optimize send in yjit (#6488)Jimmy Miller2022-10-111-1/+13
* YJIT: add support for calling bmethods (#6489)Alan Wu2022-10-041-1/+2
* A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller2022-09-301-2/+2
* Fix splat args (#6385)Jimmy Miller2022-09-161-2/+3
* Initial support for VM_CALL_ARGS_SPLAT (#6341)Jimmy Miller2022-09-141-1/+6
* 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