I’m really curious will guys from kotlin-native te...
# coroutines
g
I’m really curious will guys from kotlin-native team reuse native llvm implementation in the future or will create new one
e
Kotlin does not need VM support for coroutines, because Kotlin’s coroutines are compiler-based. Anyway, I’ve looked through the slides of this talk before and, frankly, I did not figure out when exactly they did in LLVM. They talk mostly about C++ coroutines that are compiler-based, too, and I was left under impression that this talk is mostly not about LLVM core itself, but about support for C++ coroutines in clang.