mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
the mainmodule option has effect only when no explicit module is given
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user