LLVM ist a mess
LLVM ist a mess
Posted Mar 18, 2024 18:15 UTC (Mon) by paulj (subscriber, #341)In reply to: LLVM ist a mess by willy
Parent article: Cranelift code generation comes to Rust
It was mostly humour. I too, like most students who've done a CS degree, have had to write some kind compiler for a class assignment (a toy front-end with type-checker for a subset of a typed JS-ish language). I've written compilers for simple DSLs - in AWK even ;). A compiler itself is not /that/ hard - completely agreed.
I was just pointing out the humour in the irony of making that point via an example written by an author who has a (prodigious) habit of solving difficult problems. ;)
I agree though that, even if a basic compiler is simple, there is a /lot/ more to making a _good_ C/C++ compiler.
