[K/N] Enable concurrent weak processing ^KT-61093
This commit is contained in:
committed by
Space Team
parent
bd10ee10fe
commit
f4289e1287
+1
-1
@@ -152,7 +152,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
|
||||
}
|
||||
|
||||
val concurrentWeakSweep: Boolean
|
||||
get() = configuration.get(BinaryOptions.concurrentWeakSweep) ?: false
|
||||
get() = configuration.get(BinaryOptions.concurrentWeakSweep) ?: true
|
||||
|
||||
val gcMutatorsCooperate: Boolean by lazy {
|
||||
val mutatorsCooperate = configuration.get(BinaryOptions.gcMutatorsCooperate)
|
||||
|
||||
Reference in New Issue
Block a user