aboutsummaryrefslogtreecommitdiffstats
path: root/ujit_compile.h
Commit message (Expand)AuthorAgeFilesLines
* MicroJIT: generate less code for CFUNCsAlan Wu2021-10-201-0/+2
* Move MicroJIT compilation threshold into MicroJIT's headerAlan Wu2021-10-201-0/+2
* Declare extern with RUBY_EXTERN for MJITAlan Wu2021-10-201-1/+1
* Export MicroJIT global used in MJITAlan Wu2021-10-201-0/+2
* MicroJIT: compile after ten callsAlan Wu2021-10-201-2/+10
* Implement the --disable-ujit command line optionAlan Wu2021-10-201-0/+3
* Avoid recompiling overlapping instruction sequences in ujitMaxime Chevalier-Boisvert2021-10-201-1/+1
* Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert2021-10-201-0/+14