Mention concurrent sweep in kotlin-native/NEW_MM.md

This commit is contained in:
Svyatoslav Scherbina
2022-04-11 13:05:47 +00:00
committed by Space
parent 956cd1ebde
commit 1dae506198
+5
View File
@@ -57,6 +57,11 @@ kotlin.targets.withType(KotlinNativeTarget::class.java) {
If `kotlin.native.isExperimentalMM()` returns `true`, you've successfully enabled the new MM.
To improve the performance, please also consider enabling a concurrent implementation
for the sweep phase of the garbage collector. See more details
[here](https://kotlinlang.org/docs/whatsnew1620.html#concurrent-implementation-for-the-sweep-phase-in-new-memory-manager).
It will be switched on by default in Kotlin 1.7.0.
### Update the libraries
To take full advantage of the new MM, we released new versions of the following libraries: