wiki/articles/qbe.md
tocariimaa 02e5298b51 rewrite urls again
```
find articles -type f -name '*.md' -exec \
    perl -pi -e 's/\[([^]]+)\]\(articles\/([a-zA-Z0-9\/_.-]+)\)/\[\1\]\(\2\)/g' {} \;
```
2025-02-08 21:10:28 -03:00

228 B

QBE

QBE is an optimizing compiler backend with a simple implementation in C, compared to huge and slower backends such as LLVM. Supports codegen for the x86, ARM and RISC-V architectures.