aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-07 18:50:34 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-07 18:52:54 +0200
commitba9145b0b7af2a82c62f8dfa28807958af5d0c8d (patch)
tree52e14e07d82d57a305334f1300293d6b0af75aca /.gitignore
parent6d00dddef440590eaba9acdc9bbd093653d46519 (diff)
downloadejit-ba9145b0b7af2a82c62f8dfa28807958af5d0c8d.tar.gz
ejit-ba9145b0b7af2a82c62f8dfa28807958af5d0c8d.zip
make code a bit more robust
+ 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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6bdeaa9..c45d138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ docs/output
build
ejit.o
test-*
+examples/matrix_mult
examples/loop
examples/fib
examples/*.d