Added a comment

This commit is contained in:
Justin Ethier 2015-02-23 18:03:07 -05:00
parent 56a37d3900
commit 3566096ab2

View file

@ -995,6 +995,7 @@ typedef union {
} common_type; } common_type;
static void dispatch(int argc, closure func, object cont, object args) { 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; // object buf, tmp;
// int i; // int i;
//printf("%d %d ", sizeof(buf), sizeof(buf[0])); //printf("%d %d ", sizeof(buf), sizeof(buf[0]));