From: Jérémie Astor Date: Thu, 16 Sep 2021 18:42:44 +0000 (+0200) Subject: :art: array improvs X-Git-Tag: nightly~440 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=36d54f234bd11a86bf439f22cc391c4732029ae4;p=gwion.git :art: array improvs --- 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;