Hacker News new | ask | show | jobs
by johnklos 2521 days ago
Maybe they should make compiling the Rust compiler faster. Right now it takes longer and uses more CPU and memory than compiling a whole LLVM toolchain, then using that toolchain to compile a whole kernel and OS.
1 comments

Compiling the Rust compiler also requires compiling LLVM, so by definition it will always take longer than that.