Disable escape analysis with the new MM

This commit is contained in:
Alexander Shabalin
2021-05-25 10:06:40 +00:00
committed by Space
parent 4f64431f10
commit 858e3584a9
5 changed files with 49 additions and 11 deletions
@@ -389,6 +389,10 @@ KBoolean Kotlin_Debugging_isPermanent(KRef obj) {
return obj->permanent();
}
RUNTIME_NOTHROW KBoolean Kotlin_Debugging_isLocal(KRef obj) {
return obj->local();
}
RUNTIME_NOTHROW void Kotlin_initRuntimeIfNeededFromKotlin() {
switch (CurrentMemoryModel) {
case MemoryModel::kExperimental: