Hacker News new | ask | show | jobs
by mh7 1346 days ago
>If LLVM were written in Rust it would have function level parallel compilation already

No one is stopping anyone from writing a compiler backend/optimizer in rust, yet it hasn't happened.

1 comments

Cranelift exists and is in production. Hint: Cranelift does function level parallel compilation.