|
|
|
|
|
by krzyk
1905 days ago
|
|
AOT can't take into consideration runtime, which might result in less efficient code compilation vs JIT. So it is apples vs oranges.
One is faster here the other there. GC might be an issue, but for me IDEA feels fast and the added benefit of code navigation vs e.g. vim is worth it. |
|
AOT + PGO really is the best of both worlds, but from a devops perspective it gets a bit tricky. But it would be a no-brainer for something like Intellij.