Originally posted by carewolf
View Post
GCC 14 vs. LLVM Clang 18 Compiler Performance On Fedora 40
Collapse
X
-
At this point I am not expecting any compiler to beat GCC after averaged in a set of benchmarks like Michael did here. GCC 14 is also great with building the latest kernel version. I have been using with Fedora 40 on 8 (or so) computers and there are no problems at all. I tried LLVM before for building Linux kernel, but I did not see any performance miracles there. It is just as good as GCC. Just take your pick.
Comment
-
-
Good we have 2 OS compilers sort of competing with each other, more benefits and choices for us.
Originally posted by avis View PostNot a lot of sense in comparing video codecs because they include hand written assembly for most important/heavy parts of processing, so the compiler's role is quite minimal.
Comment
-
-
Originally posted by Anux View PostGood we have 2 OS compilers sort of competing with each other, more benefits and choices for us.
Since we see up to 5% difference in video codecs it certainly is valuable to compare them and assembly clearly isn't the only relevant factor.
SVT-AV1: ~2%
x265: ~2%
ugv266 is a dead encoder without too much assembly where yeah, up to 5%, but no one cares. VVC is hated and destroyed here on Phoronix, why would you use it? vvenc is tons better, why would you use ugv266?
What's the practical use of seeing the results of something that absolutely nobody uses? It's like the dude earlier in the thread who requested ages old Quake and Doom games to be tested. Why? This will extremely unlikely to translate to any modern workloads.Last edited by avis; 25 April 2024, 05:55 AM.
Comment
-
-
Originally posted by avis View PostUm, where?
What's the practical use of seeing the results of something that absolutely nobody uses?
Comment
-
Comment