From 36d54f234bd11a86bf439f22cc391c4732029ae4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Sep 2021 20:42:44 +0200 Subject: [PATCH] :art: array improvs --- src/lib/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/array.c b/src/lib/array.c index aa8f32ee..fa41f106 100644 --- a/src/lib/array.c +++ b/src/lib/array.c @@ -957,7 +957,7 @@ INSTR(ArrayAlloc) { return; // TODO make exception vararg } *(void **)(ref->data + SZ_INT) = aai.data; - vector_add(&shred->gc, (m_uint)ref); // heyo +// vector_add(&shred->gc, (m_uint)ref); // heyo if (!info->is_obj) { POP_REG(shred, SZ_INT * (info->depth - 1)); *(M_Object *)REG(-SZ_INT) = ref; -- 2.43.0