浏览代码

GC allow external define GC_MAX_MARK_THREADS (#616)

Yuxiao Mao 2 年之前
父节点
当前提交
e5ffe6342b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/gc.c

+ 2 - 0
src/gc.c

@@ -87,7 +87,9 @@ static int_val gc_hash( void *ptr ) {
 #ifndef HL_THREADS
 #	define GC_MAX_MARK_THREADS 1
 #else
+#	ifndef GC_MAX_MARK_THREADS
 #	define GC_MAX_MARK_THREADS 4
+#	endif
 #endif
 
 #define out_of_memory(reason)		hl_fatal("Out of Memory (" reason ")")