TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Speedbuilding LLVM/Clang in 2 minutes on ARM

7 点作者 fcambus大约 4 年前

2 条评论

glandium大约 4 年前
Title says 2 minutes, but it's actually 2:37, which is 30% more. Or actually 3 minutes if you don't disable optimizations, which is 50% more. Those 2x80 cores machines are also quite expensive. For reference, my Threadripper 3970X (32 cores, 64 threads, so much less cores) can build clang with the same command line (without optimization) in less than 2 minutes (1 minute and 42 seconds), or with -DLLVM_TARGETS_TO_BUILD="X86" in 2 minutes and 23 seconds, and that's much cheaper.
xuhu大约 4 年前
I used to run american fuzzy lop on consumer dual-channel motherboards, and got about a 6x speedup from a 16-core Ryzen setup.<p>Are these cloud instances running on 40-channel ram motherboards ? Otherwise isn&#x27;t it wasteful to have 80 cpu&#x27;s on a single socket ?