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. | |||
2025-01-04 | add LTO compilation flag | Kimplul | |
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-24 | add initial compiler framework | Kimplul | |
2024-06-23 | initial interpeter testing | Kimplul | |