mirror of
https://github.com/janet-lang/janet
synced 2025-11-20 09:15:12 +00:00
Allow use of stack in gc.
This commit is contained in:
@@ -1333,7 +1333,7 @@ int janet_init(void) {
|
||||
* a collection pretty much every cycle, which is
|
||||
* incredibly horrible for performance, but can help ensure
|
||||
* there are no memory bugs during development */
|
||||
janet_vm_gc_interval = 0x4000000;
|
||||
janet_vm_gc_interval = 0x10000;
|
||||
janet_symcache_init();
|
||||
/* Initialize gc list */
|
||||
janet_vm_gc_marklist = NULL;
|
||||
|
||||
Reference in New Issue
Block a user