Cranelift code generation comes to Rust
Cranelift code generation comes to Rust
Posted Mar 15, 2024 22:29 UTC (Fri) by willy (subscriber, #9762)Parent article: Cranelift code generation comes to Rust
So what you're saying is that Cranelift is less parallel than LLVM? ;-)
Yes, I'm being facetious, but the metric that is important to me as a programmer is "How many seconds am I waiting for the test to run" (edit/compile/debug cycle). I don't really care how many CPU-seconds are consumed. Amdahl's Law applies, of course, but if a compiler wants to take advantage of 15 extra cores to improve the quality of the code, I have no problem with this.
