Hi all, I have a question is w.r.t. the function <...
# kotlin-native
a
Hi all, I have a question is w.r.t. the function Kotlin_initRuntimeIfNeeded. This function calls initRuntime where a global variable is assigned 
::runtimeState = result;
 I think this assignment will be overridden by a subsequent call as 
Kotlin_initRuntimeIfNeeded
 function does not appear to be reentrant.