I have a project (kotlin 1.3.72) in which updating...
# compiler
m
I have a project (kotlin 1.3.72) in which updating from ktor 1.3.1 to 1.3.2 causes a catastrophic degradation in compiler performance. Compiles normally take about 20s, but I've been waiting about 8m so far with 1.3.2. Profile shows inline code gen is taking basically all the CPU time, and much of that is spent in asm's
Frame.merge()
.
21m in it's still going
d
Rip. Is this native?
m
Nope, compiling to jvm.