|
|
|
|
|
by flohofwoe
1884 days ago
|
|
> but compiling code will still be faster I don't know about that, LLVM is getting slower with each new release too [1]. Same for Xcode: startup is very noticeably slower than a few years ago on the same machine. Starting into a debugging session for the first time is much slower (it used to be instant, now it's multiple seconds). The new build system in Xcode is most definitely slower than the old one, at least for projects with more than a handful compile targets. Etc etc etc... new software is only optimized to a point where performance doesn't hurt too much on the developer's machine. [1] https://www.npopov.com/2020/05/10/Make-LLVM-fast-again.html |
|
One nice thing is Swift is slow to build but quick at runtime.