Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-29 | start adding tests | Kimplul | |
2024-06-28 | implement enough for fibonacci | Kimplul | |
2024-06-28 | some posthaste fixes | Kimplul | |
+ Interesting that the comparison thing only failed when compiled with RELEASE=1 | |||
2024-06-28 | implement more jit instructions | Kimplul | |
2024-06-26 | move labels out of the bytecode | Kimplul | |
+ Speeds up interpreter a little bit since we don't have to execute what's effectively a no-op | |||
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 | |