aboutsummaryrefslogtreecommitdiff
path: root/src/vec.h
AgeCommit message (Collapse)Author
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