Change to incremental GC

This commit is contained in:
2026-02-28 09:11:21 -08:00
parent a76e6a335d
commit 45f6d7a53d
8 changed files with 176 additions and 61 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ int main(int argc, const char **argv) {
read_stream_init(&s, src, src_len);
LispVal *l = read(&s);
Feval(l, Qnil);
lisp_gc_now(NULL);
lisp_gc_yield(NULL, true);
pop_stack_frame();
lisp_shutdown();
free(src);