From f265cd49eae3fbf8ba30b1d7cc120835ccb8b50b Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Tue, 31 Aug 2021 12:30:54 +0000 Subject: [PATCH] [K/N] Feedback section for the new MM migration guide --- kotlin-native/NEW_MM.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kotlin-native/NEW_MM.md b/kotlin-native/NEW_MM.md index 3635fe3b390..78ec3c711cc 100644 --- a/kotlin-native/NEW_MM.md +++ b/kotlin-native/NEW_MM.md @@ -193,5 +193,9 @@ Please note that this option works only with the new MM. If you want not just workaround the problem, but actually track down the source of the exceptions then [`ensureNeverFrozen`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/ensure-never-frozen.html) is your best friend. ---- -**TODO**: A place to submit feedback +## Feedback + +In our measurements we observed performance regressions with a slowdown up to a factor of 5. +If you observe anything much more significant, please report to [the performance meta issue](https://youtrack.jetbrains.com/issue/KT-48526). + +Other problems encountered during migration to the new MM can be reported to [this meta issue](https://youtrack.jetbrains.com/issue/KT-48525).