aboutsummaryrefslogtreecommitdiffstats
path: root/yjit_asm.h
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Bounds check every byte in the assemblerAlan Wu2021-12-031-8/+15
* Mark JIT code as writeable / executable depending on the situationAaron Patterson2021-12-011-0/+9
* YJIT code pages refactoring for code GC (#5073)Maxime Chevalier-Boisvert2021-11-041-24/+2
* Put YJIT into a single compilation unitAlan Wu2021-10-201-149/+149
* Fix changes from rebaseNoah Gibbs2021-10-201-0/+4
* style: align pointer "*" to the rightAlan Wu2021-10-201-145/+145
* Try to break the code page refactoring into smaller stepsMaxime Chevalier-Boisvert2021-10-201-0/+8
* Add (void) for no arg functionsMaxime Chevalier-Boisvert2021-10-201-1/+1
* First pass at code page GC object.Maxime Chevalier-Boisvert2021-10-201-2/+16
* Code page allocation codeMaxime Chevalier-Boisvert2021-10-201-1/+5
* Implement basic encodings for xchgMaxime Chevalier-Boisvert2021-10-201-1/+1
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-0/+384