TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Calculate Throughput with LLVM's Scheduling Model

26 pointsby stosssikabout 2 months ago

2 comments

pornelabout 2 months ago
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.
mochomochaabout 2 months ago
Nothing substantive to add to the discussion, but to praise Min&#x27;s blog posts which I have found very well written and instructive.