aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2025-03-14protect jit pagesKimplul
2025-03-14start supporting 32bit archesKimplul
2025-03-13improve register allocationKimplul
+ Still linear, but orders regs by some kind of priority + Use all registers available, not just callee-save
2025-03-07make code a bit more robustKimplul
+ Should be more difficult to make mistakes in the future, ejit can now automatically keep track of how many register slots are used and if 64 bit mode is required. Slight runtime overhead, but not too bad.
2024-10-22use type-specific vectors instead of generic onesKimplul
+ An attempt at speeding up function calls in the interpreted mode
2024-06-25example compiles under jitKimplul
2024-06-23initial interpeter testingKimplul