QBE – Compiler Backend
Summary
QBE is a compact, hobby-friendly compiler backend that aims to deliver about 70% of the performance of industrial compilers in 10% of the code. It emphasizes a simple SSA-based IL, full C ABI support, and fast compile times across amd64, arm64, and riscv64, with practical examples and documentation to help users experiment.