mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Added TODO's for library hello example
This commit is contained in:
parent
2ca2be186d
commit
e63ac0aeb1
1 changed files with 15 additions and 0 deletions
15
TODO
15
TODO
|
@ -1,5 +1,20 @@
|
|||
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?
|
||||
are closures being packed/unpacked unnecessarily?
|
||||
|
|
Loading…
Add table
Reference in a new issue