Daniel
01/19/2021, 4:45 PMColton Idle
01/19/2021, 5:04 PMWe’re actively working on a new frontend implementation, which will provide the biggest performance increase in the compiler pipeline. The frontend is the part of the compiler that parses the code, resolves names, performs type checking, and more, so it affects the IDE performance as well. A preview of it will be available in future releases, stay tuned!
Rafs
01/19/2021, 7:40 PMColton Idle
01/19/2021, 7:40 PMjim
01/20/2021, 3:37 AMColton Idle
01/20/2021, 5:06 AMgildor
01/20/2021, 7:11 AMwhen I ran into him at kotlin confIt was almost 2 years ago There are many related performance issues which were fixed If it 25 second delay, it’s defeinitely something wrong there and most probably it’s not related to FIR at all, but some other bug. Yeah FIR may make some operations a lot faster in IDE, but there is a bunch of other things which not directly handled by compiler, integration of IDE may have many problems itself, so if you have such issue you should report it Could you share your issue? Have you attached required information for such cases? https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems
Daniel
01/20/2021, 8:07 AM