aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/cruby.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)Maxime Chevalier-Boisvert2022-08-291-1/+1
* Port topn, adjuststack, most of opt_plusMaxime Chevalier-Boisvert2022-08-291-1/+8
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+3
* Implement Objects on VWAPeter Zhu2022-07-151-4/+0
* YJIT: Refactor gen_opt_mod (#6078)Dave Schwantes2022-06-301-1/+3
* YJIT: On-demand executable memory allocation; faster boot (#5944)Alan Wu2022-06-141-3/+0
* Add tests for a variety of string-subclass operations (#5999)Noah Gibbs2022-06-101-5/+0
* Use bindgen to import Ruby constants wherever possible. (#5943)Noah Gibbs2022-06-061-53/+12
* Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)2022-05-261-110/+0
* Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs2022-05-201-0/+5
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-236/+239
* Rust YJITAlan Wu2022-04-271-0/+919