summaryrefslogtreecommitdiff
path: root/yjit_codegen.h
AgeCommit message (Expand)Author
2021-12-01YJIT: Fail gracefully while OOM for new entry pointsAlan Wu
2021-11-26YJIT: Add ability to exit to interpreter from stubsAlan Wu
2021-11-22YJIT: Make block invalidation more robustAlan Wu
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