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