diff options
Diffstat (limited to 'lib/system/gc.nim')
-rwxr-xr-x | lib/system/gc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/gc.nim b/lib/system/gc.nim index bc3474adf..05c291371 100755 --- a/lib/system/gc.nim +++ b/lib/system/gc.nim @@ -81,7 +81,7 @@ const # examined in the decref loop in collectCycles. # XXX: not implemented yet as tests didn't show any improvement from this - MarkingSkipsAcyclicObjects = false + MarkingSkipsAcyclicObjects = true # Acyclic objects can be safely ignored in the mark and scan phases, # because they cannot contribute to the internal count. # XXX: if we generate specialized `markCyclic` and `markAcyclic` |