Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-22 | move interp into run_interp | Kimplul | |
+ This allows us to skip a potential extra function call | |||
2024-10-22 | use type-specific vectors instead of generic ones | Kimplul | |
+ An attempt at speeding up function calls in the interpreted mode | |||
2024-06-28 | implement enough for fibonacci | Kimplul | |
2024-06-25 | example compiles under jit | Kimplul | |
2024-06-23 | initial interpeter testing | Kimplul | |