When will compile speed / incremental compilation ...
# kotlin-native
s
When will compile speed / incremental compilation be a focus for kotlin/native?
o
generally 1.4 release of Kotlin is focused on paying out the technical debt, and compilation speed is on the list
👍 9
t
Just embedding and reusing the compiler in the Gradle daemon process instead of spawning a fresh JVM instance each time would probably help a lot, allowing the JVM's JIT compiler kick in. (I made an attempt to implement that, but there were some issues with process-global LLVM state not being reset properly that I couldn't resolve.)
m
What about the support for code coverage tools? Is that also on the 1.4 list?
o
not yet decided, maybe