summaryrefslogtreecommitdiff
path: root/yjit_iface.c
Commit message (Expand)AuthorAgeFilesLines
* Log code size in bytes instead of MiBMaxime Chevalier-Boisvert2021-10-201-2/+2
* Fix improper use of st_foreach_with_replaceAlan Wu2021-10-201-30/+10
* Fix GCC warningsAlan Wu2021-10-201-2/+2
* Introduce yjit_guard_known_klass()Alan Wu2021-10-201-3/+3
* Polymorphic opt_send_without_blockAlan Wu2021-10-201-0/+2
* Get rid of dependency on rb_call_cacheAlan Wu2021-10-201-78/+213
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-2/+4
* Add metric for average # of insns spent in yjit before exitingMaxime Chevalier-Boisvert2021-10-201-2/+5
* Include ruby/ruby.h before vm_core.hAlan Wu2021-10-201-2/+2
* Check for nullAlan Wu2021-10-201-1/+3
* Make Blocks depend on BOPSAaron Patterson2021-10-201-7/+29
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-0/+818