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 --- deps/conts | 1 + deps/ejit | 1 + 2 files changed, 2 insertions(+) create mode 160000 deps/conts create mode 160000 deps/ejit (limited to 'deps') diff --git a/deps/conts b/deps/conts new file mode 160000 index 0000000..7774ae2 --- /dev/null +++ b/deps/conts @@ -0,0 +1 @@ +Subproject commit 7774ae2f8c2dca9ab2d93082856f031e78a1b5f0 diff --git a/deps/ejit b/deps/ejit new file mode 160000 index 0000000..b0a6350 --- /dev/null +++ b/deps/ejit @@ -0,0 +1 @@ +Subproject commit b0a6350b96f6ef3f8b2af5a385474d885a41759b -- cgit v1.2.3