Kris Wong
10/06/2020, 1:16 PMbezrukov
10/06/2020, 1:19 PMPrototype a new garbage collector
(KT-42296)
The current automatic memory management implementation in Kotlin/Native has limitations when working with concurrency. That’s why we are working on the new memory model described in this blog post.
Our first step is to implement a new garbage collector. The garbage collector will also help us improve runtime performance.
Kris Wong
10/06/2020, 1:23 PM