aboutsummaryrefslogtreecommitdiff
path: root/src/interp.inc
AgeCommit message (Collapse)Author
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-10-22move interp into run_interpKimplul
+ This allows us to skip a potential extra function call