1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-13 17:10:27 +00:00

Fix install procedure

This commit is contained in:
bakpakin 2018-01-31 22:53:31 -05:00
parent ff46522dd9
commit 776addfc07
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ src/include/dst/dstconfig.h
src/include/dst/dstopcodes.h src/include/dst/dstopcodes.h
src/include/dst/dstparse.h src/include/dst/dstparse.h
src/include/dst/dststate.h src/include/dst/dststate.h
src/include/dst/dststl.h src/include/dst/dstcorelib.h
src/include/dst/dsttypes.h src/include/dst/dsttypes.h
) )

View File

@ -798,7 +798,7 @@ int dst_init() {
* a collection pretty much every cycle, which is * a collection pretty much every cycle, which is
* horrible for performance, but helps ensure * horrible for performance, but helps ensure
* there are no memory bugs during dev */ * there are no memory bugs during dev */
dst_vm_gc_interval = 0x00000000; dst_vm_gc_interval = 0x100000;
dst_symcache_init(); dst_symcache_init();
/* Set thread */ /* Set thread */
dst_vm_fiber = NULL; dst_vm_fiber = NULL;