AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Rust Compiler Is Now Built Using Profile Guided Optimization
The rust compiler is now built using profile guided optimization, which increases performance by about 10 to 20% while you're compiling our windows. And I never noticed but rust does not warn you about fields of tuples that are not being used. In 164 and 164 there's now a lint to get warnings about unused fields in tuples. It's currently, I think, allowed by default, but they're going to change it to warn by default in some future version.