aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/bindgen
Commit message (Expand)AuthorAgeFilesLines
* Implement Objects on VWAPeter Zhu2022-07-151-1/+5
* Switch YJIT to using rb_str_buf_append rather than rb_str_append when encodin...Noah Gibbs (and/or Benchmark CI)2022-07-061-1/+1
* Add a check-yjit-bindgen-unused target. Add to CI. (#6066)Noah Gibbs2022-06-293-2/+6
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-0/+1
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+4
* Add special-case code for the String unary plus operator (#5982)Noah Gibbs2022-06-071-0/+1
* Use bindgen to import Ruby constants wherever possible. (#5943)Noah Gibbs2022-06-061-0/+19
* Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)2022-05-261-0/+3
* YJIT: Implement getblockparamAaron Patterson2022-05-121-0/+1
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-111-0/+7
* YJIT: Remove unnecessary `extern crate` declarationAlan Wu2022-04-271-1/+0
* Rust YJITAlan Wu2022-04-273-0/+640