Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
2547 days ago
Rust compilation is slow, and a large part of that is due to the use of LLVM.
1 comments
jashmatthews
2547 days ago
LLVM is slow but swapping for CraneLift only improves compile times 33%. Other work is needed for a dramatic reduction in compile times:
https://github.com/bjorn3/rustc_codegen_cranelift/issues/133...
link