Have you ever tried to compile a helloworld Rust program in --release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my attempt to fix it in Cargo.| Kobzol’s blog
Quite some exciting progress since the last progress report! There have been 180 commits since the last progress report.| bjorn3
It has been five months since my last general update on the Rust compiler’s performance. Let’s see what has happened in that time.| Nicholas Nethercote
It’s time to look at some of the progress on Rust compiler speed made since my last post in July.| Nicholas Nethercote