From e63ac0aeb1af2a628ef25edd93d344fe42c399e7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 May 2015 23:18:51 -0400 Subject: [PATCH] Added TODO's for library hello example --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index e9994aa4..09cb47b0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,19 @@ Working TODO list: + + - Issues with library hello example: + +1) Need to manually assign Cyc_global_variables in lib2.c +2) Need to add this manually, need to compute it: + + static void c_entry_pt(argc, env,cont) int argc; closure env,cont; { + + c_schemebase_entry_pt(argc, env,cont); + c_libslib1_entry_pt(argc, env, cont); + c_libslib2_entry_pt(argc, env, cont); + + return_check0(__lambda_3); + } +3) __glo_lib1_91hello has a bad tag. it looks like GC might be overwriting it. WTF????? - Reduction in size of generated code is there anything we can do?