14 ms·
QBE is a tiny project, but I think illustrates a better intermediate language design. https://c9x.me/compile/ https://c9x.me/compile/
by pbohun 7mo ago
QBE is a tiny project, but I think illustrates a better intermediate language design.
https://c9x.me/compile/ https://c9x.me/compile/
- dismalaf 7mo agoExcept 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.