aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement send with blocksAlan Wu2021-10-201-1/+1
* Add setivar exit reasons to --yjit-statsMaxime Chevalier-Boisvert2021-10-201-4/+3
* Fix two stats bugs, refactor stats code, add total_insn_count printMaxime Chevalier-Boisvert2021-10-201-3/+3
* YJIT: add comments to disassemblyAlan Wu2021-10-201-28/+49
* Fix caseAaron Patterson2021-10-201-1/+1
* Collect statistics about binding allocations / local variable setAaron Patterson2021-10-201-0/+3
* YJIT: hash specialization for opt_arefAlan Wu2021-10-201-1/+1
* Exit reason breakdown for opt_arefAlan Wu2021-10-201-0/+1
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-4/+5
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-0/+89