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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Gentle Introduction to LLVM IR

47 点作者 scraptor将近 2 年前

3 条评论

tankfeeder将近 2 年前
Picolisp is written on raw llvm-ir.<p><a href="https:&#x2F;&#x2F;git.envs.net&#x2F;mpech&#x2F;pil21" rel="nofollow noreferrer">https:&#x2F;&#x2F;git.envs.net&#x2F;mpech&#x2F;pil21</a>
narrowbyte将近 2 年前
what does this mean? &quot;In LLVM IR, much like in Rust but unlike in C&#x2F;C++, individual loads and stores are volatile (i.e., have compiler-invisible side-effects).&quot;
评论 #36978962 未加载
hardware2win将近 2 年前
Great article.<p>I&#x27;d like to see more of stuff like this