Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-07 | make code a bit more robust | Kimplul | |
+ 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-07-14 | add float + double instead of just double | Kimplul | |
2024-07-13 | make tests only compile once | Kimplul | |
+ Select between jit/bytecode with a runtime parameter | |||
2024-06-30 | work through loads and stores | Kimplul | |
2024-06-29 | start adding tests | Kimplul | |