aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/cruby_bindings.inc.rs
Commit message (Expand)AuthorAgeFilesLines
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-0/+26
* Regen YJIT bindingsJeremy Evans2022-08-091-165/+167
* Extract vm_ic_entry API to mimic vm_cc behaviorJemma Issroff2022-07-181-12/+12
* Implement Objects on VWAPeter Zhu2022-07-151-2/+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-2/+2
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-1/+4
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+15
* Add special-case code for the String unary plus operator (#5982)Noah Gibbs2022-06-071-0/+3
* Use bindgen to import Ruby constants wherever possible. (#5943)Noah Gibbs2022-06-061-0/+55
* Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)2022-05-261-0/+204
* YJIT: Implement getblockparamAaron Patterson2022-05-121-0/+3
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-111-0/+14
* Rust YJITAlan Wu2022-04-271-0/+783