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.

A Gentle Introduction to LLVM IR

47 pointsby scraptoralmost 2 years ago

3 comments

tankfeederalmost 2 years ago
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>
narrowbytealmost 2 years ago
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 未加载
hardware2winalmost 2 years ago
Great article.<p>I&#x27;d like to see more of stuff like this