summaryrefslogtreecommitdiff
path: root/ujit_compile.h
AgeCommit message (Expand)Author
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20MicroJIT: avoid having to invalidate running output codeAlan Wu
2021-10-20MicroJIT: generate less code for CFUNCsAlan Wu
2021-10-20Move MicroJIT compilation threshold into MicroJIT's headerAlan Wu
2021-10-20Declare extern with RUBY_EXTERN for MJITAlan Wu
2021-10-20Export MicroJIT global used in MJITAlan Wu
2021-10-20MicroJIT: compile after ten callsAlan Wu
2021-10-20Implement the --disable-ujit command line optionAlan Wu
2021-10-20Avoid recompiling overlapping instruction sequences in ujitMaxime Chevalier-Boisvert
2021-10-20Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert