[K/N] Enable concurrent weak processing ^KT-61093

This commit is contained in:
Alexander Shabalin
2023-08-08 17:30:12 +02:00
committed by Space Team
parent bd10ee10fe
commit f4289e1287
@@ -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)