aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/yjit.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-0/+12
* Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu2022-08-291-2/+2
* Rename mjit_exec to jit_exec (#6262)Takashi Kokubun2022-08-191-1/+1
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+2
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-2/+1
* Rust YJITAlan Wu2022-04-271-0/+98