LLVM ist a mess
LLVM ist a mess
Posted Mar 17, 2024 17:06 UTC (Sun) by willy (subscriber, #9762)In reply to: LLVM ist a mess by khim
Parent article: Cranelift code generation comes to Rust
Writing a compiler is not a hard problem. Evidence: https://bellard.org/tcc/ (and many other compilers).
What is hard is creating a thriving project that has many people who are dedicated to finding & fixing the glass jaws. There's also a question of how much optimisation you really need; TCC takes that to an extreme, but maybe it's a useful extreme.
