From 0e6bc60ceb3d2676fae166308668680a2f675d17 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 May 2025 17:15:57 +0300 Subject: initial rough skeleton + Naive/fast allocation hashmap + Stores/loads are currently all checked, the idea about static analysis to skip checks is still TODO --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f3f2d67 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/ejit"] + path = deps/ejit + url = https://metanimi.dy.fi/cgit/ejit +[submodule "deps/conts"] + path = deps/conts + url = https://metanimi.dy.fi/cgit/conts -- cgit v1.2.3