mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added more notes
This commit is contained in:
parent
e9e634e5c2
commit
1e297ec2fb
1 changed files with 3 additions and 1 deletions
4
TODO
4
TODO
|
@ -9,7 +9,9 @@ Working TODO list:
|
||||||
|
|
||||||
it seems tagged-list? is receiving two different instances of the "quote" symbol
|
it seems tagged-list? is receiving two different instances of the "quote" symbol
|
||||||
add_symbol(quote_quote); appears in each module
|
add_symbol(quote_quote); appears in each module
|
||||||
can we fix this by updating defsymbol to call find_or_add_symbol???
|
possible fix:
|
||||||
|
- replace/modify defsymbol so it creates the quote_ pointers, but zeros them
|
||||||
|
- modify the entry_pt function to use find_or_add_sym to initialize all symbols prior to the module doing anything. as part of this, allocate the sym and assign the appropriate quote_ var to it. this should work across modules since the first module would create it, second one would use the found one, etc.
|
||||||
|
|
||||||
- Reduction in size of generated code
|
- Reduction in size of generated code
|
||||||
is there anything we can do?
|
is there anything we can do?
|
||||||
|
|
Loading…
Add table
Reference in a new issue