Unless you use the external compiler, the compiler runs in the main thread and every time it updates the progress dialog it "pauses" the compilation. IDE Fix Pack reduces the slowdown a little bit by only updating the UI after a certain time interval or a filename change, thus not every "compiled lines" update repaints the UI.   There are changes in the 64 bit compiler (e.g. some loop unrolling)
    • Sad
    • Thanks
    • Like
    9