|
|
|
|
|
by sanxiyn
2635 days ago
|
|
I am not sure what is unfair about it. LLVM is inferior if you want fast build and -O1 performance. Many people are looking for fast build and -O1 performance, so it makes sense to let them know that LLVM is not what they want. |
|
The problem is having both at the same time (i haven't seen any build configuration try to mix optimization levels) without compromising on compiler speed for -O1, so projects that require -O2 for a 0.1% of their codebase apply it for 100% of it.
In theory depending on the language you could mix different compilers, but that is a big can of worms (and other bugs).