Viewing profile — compilerdev
compilerdev
HN member- Joined
- Sun, Jul 22, 2018, 11:14 PM UTC
- HN karma
- 15
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About compilerdev
No profile information was provided.
Recent public activity
-
comment
Comment #17906883
The article is about the performance of the code generated by Clang/GCC, not the compile time one gets using them. For those interested in compile time scaling with number of cores…
-
comment
Comment #17755074
Yes, the issue is the LTCG build, which by default uses 4 threads and with Chromium the compiler hits some pathological issues with such a huge program and it ends up using mostly …
-
comment
Comment #17754306
See my other answer in this threaad, the main reason for the strange result is doing an LTCG build, not really the CPU, which scales quite nicely in the Linux tests from Phoronix.
-
comment
Comment #17754294
See my answer above, it's because the build was LTCG and in the best case at most 4 cores were used during optimization/code geneation/linking.
-
comment
Comment #17751737
Ian Cutress replied on the article comments that LTCG is indeed used. With LTCG those strange results make sense - it's spending a lot of time on just 4 threads by default - actual…
-
comment
Comment #17751068
The Chrome compilation looks really strange indeed, especially with having the results from Phoronix on Linux which show that it's the fastest compiling the Linux kernel. I wonder …
-
comment
Comment #17589412
Not to take anything away from this, it's great that such a tool is available, but Microsoft had this kind of technology 20 years ago, known as BBT - still used in some places, but…
- comment