From 536fa42f6491f2566bad82ebba63ef5299079470 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 9 Oct 2018 17:22:47 -0400 Subject: [PATCH] Added TODO --- tests/experimental/fac-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/experimental/fac-test.c b/tests/experimental/fac-test.c index cc6a638f..475ad902 100644 --- a/tests/experimental/fac-test.c +++ b/tests/experimental/fac-test.c @@ -3126,6 +3126,7 @@ Cyc_st_add(data, "fac-test.scm:fac"); // TODO: how much smarter does our compiler need to be to compute local jumps for the below instead of C fnc calls? object c_7316 = Cyc_num_fast_eq_op(data, stack[1], obj_int2obj(0)); if( (boolean_f != c_7316) ){ + TODO: apply reports an invalid obj type here, WTF? return_closcall1(data, stack[0], obj_int2obj(1)); } else {