summaryrefslogtreecommitdiff
path: root/yjit_codegen.h
AgeCommit message (Expand)Author
2021-10-20Put YJIT into a single compilation unitAlan Wu
2021-10-20style: align pointer "*" to the rightAlan Wu
2021-10-20Remove a few more uses of the global cb/ocbMaxime Chevalier-Boisvert
2021-10-20Step 2 to remove the global cb/ocb objects.Maxime Chevalier-Boisvert
2021-10-20Pass the global cb through codegen functionsMaxime Chevalier-Boisvert
2021-10-20Deduplicate side exitsAlan Wu
2021-10-20typo, rename, commentAlan Wu
2021-10-20TracePoint supportAlan Wu
2021-10-20Add a guard that we start executing on the first PCAaron Patterson
2021-10-20Implement send with blocksAlan Wu
2021-10-20Implement greedy versioning. Refactor versioning logic. (#10)Maxime Chevalier-Boisvert
2021-10-20Yet Another Ruby JIT!Jose Narvaez