From 3566096ab2b61989e73a50e569cdcd004a565b0f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 23 Feb 2015 18:03:07 -0500 Subject: [PATCH] Added a comment --- runtime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.h b/runtime.h index 0594813b..dc6044ea 100644 --- a/runtime.h +++ b/runtime.h @@ -995,6 +995,7 @@ typedef union { } common_type; static void dispatch(int argc, closure func, object cont, object args) { +// TODO: this approach is problematic due to GC. need to figure out something else: // object buf, tmp; // int i; //printf("%d %d ", sizeof(buf), sizeof(buf[0]));