From 7f7b22674ed8e9633cd0e47662508c3641e9f967 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 22 Oct 2024 17:40:09 +0300 Subject: use type-specific vectors instead of generic ones + An attempt at speeding up function calls in the interpreted mode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07e7d30..6bdeaa9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ docs/output build ejit.o test-* -examples/exec +examples/loop +examples/fib examples/*.d -- cgit v1.2.3