Browsing Tag
compilers
3 posts
V.E.L.O.C.I.T.Y.-OS: The x86-64 Machine-Code JIT & SCEV-Lite (Part 6)
At this point, my vector operations were running faster than native Rust. However, loops, variable declarations, and conditional…
A program is a tree — building a Verbose compiler in Verbose
Verbose is a small experimental language I’m building. Its compiler proves properties about your code — like termination…
Crash Course on the Kotlin Compiler | K1 + K2 Frontends, Backends
Quick detour on why there are so many versions and how it affects data transformations in the compiler Perhaps…