mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Merge ../Nim into devel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user