From: Jérémie Astor Date: Tue, 24 Aug 2021 16:35:03 +0000 (+0200) Subject: :art: array gc hack X-Git-Tag: nightly~470^2~42 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=447332e88280dad3088e124302c55c1a2744f6d9;p=gwion.git :art: array gc hack --- diff --git a/src/lib/array.c b/src/lib/array.c index 5725413c..53615752 100644 --- a/src/lib/array.c +++ b/src/lib/array.c @@ -951,7 +951,7 @@ INSTR(ArrayAlloc) { return; // TODO make exception vararg } *(void **)(ref->data + SZ_INT) = aai.data; - vector_add(&shred->gc, (m_uint)ref); +// 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;