Tag
#LLVM
2 posts tagged with #LLVM.
-
Diving into the Rusty Depths. How the Rust Compiler Works
A walkthrough of the Rust compiler source code — from parsing a source file to generating a binary via LLVM. We trace a program's journey through AST, HIR, and MIR.
#Rust #compilers #systems programming #LLVM -
Rusting Further. How Rust Came to Be and Can You Do Web with It?
A deep dive into the history of compilation — from processors and opcodes through C, Java, and JavaScript to LLVM and Rust. Understanding why Rust exists and when to use it for web.
#Rust #systems programming #WebAssembly #LLVM #compilers