aboutsummaryrefslogtreecommitdiff
path: root/src/vec.h
AgeCommit message (Collapse)Author
2025-03-13improve register allocationKimplul
+ Still linear, but orders regs by some kind of priority + Use all registers available, not just callee-save
2024-10-22move interp into run_interpKimplul
+ This allows us to skip a potential extra function call
2024-10-22use type-specific vectors instead of generic onesKimplul
+ An attempt at speeding up function calls in the interpreted mode
2024-06-28implement enough for fibonacciKimplul
2024-06-25example compiles under jitKimplul
2024-06-23initial interpeter testingKimplul