Compiler
3 posts

Rust GCC Compiler Backend: Install rustc-codegen-gcc with One Command
rustc-codegen-gcc is now officially part of rustup nightly components. Linux users can now experience GCC-compiled Rust code with a single command. No more manual compilation, no more environment setup hassles—it’s like giving Rust a new engine.
January 26, 2026 · 8 min · 1566 words · Dream Beast Programming
Rust Compiler Pipeline Refactor: 35% Faster Build Times, But There's a Catch
Our team’s CI dropped from 42 minutes to 27 minutes just by upgrading the Rust compiler. This journey taught us one thing: performance optimization rewards those who measure, punishes those who guess.
January 8, 2026 · 8 min · 1575 words · Dream Beast Programming

Rust 1.90 Upgrade Crash Report: My Codebase Didn't Make It
Performance tanked after upgrading to Rust 1.90? Here’s why and how to claw it back.
December 7, 2025 · 5 min · 943 words · 梦兽编程