8 Solutions for Troubleshooting Your Rust Build Times

To be able to troubleshoot Rust compilation, we first need to understand in a rough cut how it works. The goal is to give you a map that… Read more

Similar

Codegen Units in the Rust Compiler

This post describes some performance work I have been doing recently on the Rust compiler, which is called rustc. I spent several weeks on a particular problem with only a small amount of success. I hope a write-up will be interesting and educational, and... (more…)

Read more »