Disable escape analysis with the new MM
This commit is contained in:
committed by
Space
parent
4f64431f10
commit
858e3584a9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user