Age | Commit message (Expand) | Author |
---|---|---|
2024-12-12 | add todo about minimizing mmap syscalls | Kimplul |
2024-10-22 | use type-specific vectors instead of generic ones | Kimplul |
2024-07-14 | jit tests pass (kind of) on x86_64 | Kimplul |
2024-07-13 | implement some more jit instructions | Kimplul |
2024-07-13 | implement some float JIT handling | Kimplul |
2024-06-29 | work through branching instructions | Kimplul |
2024-06-29 | add flag for using 64 bit values on 32 machines | Kimplul |
2024-06-29 | start adding tests | Kimplul |
2024-06-28 | implement enough for fibonacci | Kimplul |
2024-06-28 | some posthaste fixes | Kimplul |
2024-06-28 | implement more jit instructions | Kimplul |
2024-06-26 | move labels out of the bytecode | Kimplul |
2024-06-26 | enough functionality to implement posthaste | Kimplul |
2024-06-25 | move branches to have the dest in r0 | Kimplul |
2024-06-25 | example compiles under jit | Kimplul |
2024-06-24 | add initial compiler framework | Kimplul |