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]));