aboutsummaryrefslogtreecommitdiff
path: root/tests/ldi_f.c
AgeCommit message (Collapse)Author
2025-03-14protect jit pagesKimplul
2025-03-07make code a bit more robustKimplul
+ 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-13make tests only compile onceKimplul
+ Select between jit/bytecode with a runtime parameter
2024-06-30work through loads and storesKimplul
2024-06-29start adding testsKimplul