Merge ../Nim into devel

This commit is contained in:
Charles Blake
2015-02-11 13:25:35 -05:00

View File

@@ -14,7 +14,7 @@ proc handleRequest(query: string): StringTableRef =
let x = foo
result = x()
const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 500_000
const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 700_000
proc main =
var counter = 0