Comment by pbohun
6 days ago
QBE is a tiny project, but I think illustrates a better intermediate language design. https://c9x.me/compile/
6 days ago
QBE is a tiny project, but I think illustrates a better intermediate language design. https://c9x.me/compile/
Except performance isn't great and it covers far fewer platforms. It aims for 70% performance but the few benchmarks I've seen show more like 30-50% performance.
It's a cool project and I'd consider it for a toy language but it's far from an LLVM replacement.