hardened gctest

This commit is contained in:
Araq
2018-01-15 00:48:52 +01:00
parent 2d907ac334
commit 24a6583fa7

View File

@@ -205,9 +205,9 @@ proc start =
writeLine(stdout, GC_getStatistics())
write(stdout, "finished\n")
#fatherAsGlobal.t.data = @["ha", "lets", "stress", "it"]
#var tg = buildTree()
#buildBTree(fatherAsGlobal)
fatherAsGlobal.t.data = @["ha", "lets", "stress", "it"]
var tg = buildTree()
buildBTree(fatherAsGlobal)
var thr: array[8, Thread[void]]
for i in low(thr)..high(thr):