From 0941d43f4f4328fe8ec361e5576569da734ea235 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 28 May 2019 13:31:08 -0400 Subject: [PATCH] Added TODO --- runtime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime.c b/runtime.c index ed6cf195..719f7ffa 100644 --- a/runtime.c +++ b/runtime.c @@ -6261,6 +6261,8 @@ object copy2heap(void *data, object obj) &on_stack); } +// TODO: version of above that will perform a deep copy (via GC) if necessary + // Generic buffer functions void **vpbuffer_realloc(void **buf, int *len) {