Age | Commit message (Expand) | Author |
---|---|---|
2021-12-03 | YJIT: Bounds check every byte in the assembler | Alan Wu |
2021-12-01 | Mark JIT code as writeable / executable depending on the situation | Aaron Patterson |
2021-11-04 | YJIT code pages refactoring for code GC (#5073) | Maxime Chevalier-Boisvert |
2021-10-20 | Put YJIT into a single compilation unit | Alan Wu |
2021-10-20 | Fix changes from rebase | Noah Gibbs |
2021-10-20 | style: align pointer "*" to the right | Alan Wu |
2021-10-20 | Try to break the code page refactoring into smaller steps | Maxime Chevalier-Boisvert |
2021-10-20 | Add (void) for no arg functions | Maxime Chevalier-Boisvert |
2021-10-20 | First pass at code page GC object. | Maxime Chevalier-Boisvert |
2021-10-20 | Code page allocation code | Maxime Chevalier-Boisvert |
2021-10-20 | Implement basic encodings for xchg | Maxime Chevalier-Boisvert |
2021-10-20 | Yet Another Ruby JIT! | Jose Narvaez |