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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: LLVM Book to Get Started

28 点作者 amir734jj大约 2 年前
I am familiar with compilers but I have never had a chance to learn LLVM beside making simple examples. What is the good get started.

5 条评论

superbatfish大约 2 年前
You might already be advanced beyond high-level introductory material, but this short book chapter by Chris Lattner himself was a good read for me (a casual reader, not a compiler expert).<p><a href="http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;llvm.html" rel="nofollow">http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;llvm.html</a>
uxns大约 2 年前
Not a book, but you might find it helpful <a href="https:&#x2F;&#x2F;mukulrathi.com&#x2F;create-your-own-programming-language&#x2F;llvm-ir-cpp-api-tutorial&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mukulrathi.com&#x2F;create-your-own-programming-language&#x2F;...</a>
stonecharioteer大约 2 年前
At the expense of sounding crazy, I&#x27;d actually recommend ChatGPT to help you learn this. Ask it pointed questions and keep going down that path. Don&#x27;t ask it for code but ask it to explain things to you. it&#x27;s really useful that way and avoids the meme-worthy bad code.
benzesandbetter大约 2 年前
&quot;Transformers for Natural Language Processing&quot; by Denis Rothman on Packt is a good one.<p>Make sure to get the 2nd edition for the coverage of newer models, particularly the ones from Hugging Face.<p>Everything I&#x27;ve read from Denis is really good. He&#x27;s great at explaining complex topics in ways that are straightforward and digestible.
评论 #35173661 未加载
pjmlp大约 2 年前
There are a couple of good ones at Packt.