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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Calculate Throughput with LLVM's Scheduling Model

26 点作者 stosssik大约 2 个月前

2 条评论

pornel大约 2 个月前
As mentioned in a previous post in these series, this is implemented in the LLVM MCA tool:<p><a href="https:&#x2F;&#x2F;llvm.org&#x2F;docs&#x2F;CommandGuide&#x2F;llvm-mca.html" rel="nofollow">https:&#x2F;&#x2F;llvm.org&#x2F;docs&#x2F;CommandGuide&#x2F;llvm-mca.html</a><p>I particularly like the wrapper for it <a href="https:&#x2F;&#x2F;lib.rs&#x2F;cargo-show-asm" rel="nofollow">https:&#x2F;&#x2F;lib.rs&#x2F;cargo-show-asm</a> `cargo asm --mca function_name` that makes it easy to isolate a specific function from an arbitrarily large project.
mochomocha大约 2 个月前
Nothing substantive to add to the discussion, but to praise Min&#x27;s blog posts which I have found very well written and instructive.