mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Added TODO
This commit is contained in:
parent
90e2fdb1f5
commit
cc4b3f36b4
1 changed files with 3 additions and 1 deletions
|
@ -2608,7 +2608,9 @@ void GC(cont, args, num_args) closure cont; object *args; int num_args;
|
||||||
gc_ans[i] = args[i];
|
gc_ans[i] = args[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: move mutations to heap (any stack-allocated globals must be here, too)
|
TODO: move mutations to heap (any stack-allocated globals must be here, too)
|
||||||
|
but that complicates the block below. is there a better way to do this?
|
||||||
|
ideally want to minimize changes to scheme code as well...
|
||||||
{
|
{
|
||||||
list l;
|
list l;
|
||||||
for (l = mutation_table; !nullp(l); l = cdr(l)) {
|
for (l = mutation_table; !nullp(l); l = cdr(l)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue