Avatar
omochimetaru 12/4/2017 6:40 AM
Kotlin/Native uses automated memory management, currntly based on automated reference counting with cycle collector. See here for details: https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/cpp/Memory.cpp
kotlin-native - Kotlin/Native infrastructure
6:40 AM
Will Kotlin native be garbage collected or managed manually like C, Rust, etc?
6:40 AM
まじかよサイクルコレクター入ってた