summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/mjit/stats.rb
AgeCommit message (Expand)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-05Implement getblockparamproxyTakashi Kokubun
2023-03-05Optimize setivar for known ivar indexTakashi Kokubun
2023-03-05Fix invokesuper for railsbenchTakashi Kokubun
2023-03-05Implement duparray and expandarrayTakashi Kokubun
2023-03-05Count opt_getconstant_path exit reasonsTakashi Kokubun
2023-03-05Implement all getlocal/setlocal insnsTakashi Kokubun
2023-03-05Format numbers with delimitersTakashi Kokubun
2023-03-05Implement opt_aref for HashTakashi Kokubun
2023-03-05Implement getivarTakashi Kokubun
2023-03-05Add compiled_block_countTakashi Kokubun
2023-03-05Support passing argumentsTakashi Kokubun
2023-03-05Implement putselfTakashi Kokubun
2023-03-05Skip compiling at_exit without --mjit-statsTakashi Kokubun
2023-03-05Fix broken rebaseTakashi Kokubun