@yazandaba
Nothing here yet.
Nothing here yet.
Apr 16 · 26 min read · Introduction C++ got consteval in C++20 — a hard guarantee that a function is evaluated at compile time, not may-be like constexpr. so I decided spending my evenings adding it to C# 🙃. but with all s
Join discussion
Feb 16 · 22 min read · Introduction C++ has been around for over 41 years. Over the years, many features have been added, and one of the most powerful is compile-time computation. C++ actually had this capability before its standardization in 1998, particularly after templ...
Join discussion
Jan 26 · 26 min read · Introduction In the compiler world, one of the hardest problems to solve is register allocation, and it's no coincidence! But what is register allocation? Register allocation is the problem of assigning ℕ variables, temporaries, etc... to a limited �...
Join discussion
Dec 13, 2025 · 28 min read · Introduction: When retargeting compiler backends, especially in LLVM, we are usually discussing native chips like CPUs or GPUs. While the underlying architecture of each vendor differs—cores and memory models vary wildly—they share a high-level abstr...
Join discussion