惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
G
Google Developers Blog
M
MIT News - Artificial intelligence
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
L
LangChain Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
B
Blog
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

Rust Blog

Security Advisory for Cargo (CVE-2026-5223) | Rust Blog Security Advisory for Cargo (CVE-2026-5222) | Rust Blog Project goals update — April 2026 (end of 2025H2) | Rust Blog Rust is participating in Outreachy | Rust Blog Raising the baseline for the `nvptx64-nvidia-cuda` target | Rust Blog Announcing Google Summer of Code 2026 selected projects | Rust Blog Announcing Rust 1.95.0 | Rust Blog docs.rs: building fewer targets by default | Rust Blog Changes to WebAssembly targets and handling undefined symbols | Rust Blog Announcing Rust 1.94.1 | Rust Blog Security advisory for Cargo | Rust Blog What we heard about Rust's challenges | Rust Blog Call for Testing: Build Dir Layout v2 | Rust Blog Announcing rustup 1.29.0 | Rust Blog Announcing Rust 1.94.0 | Rust Blog 2025 State of Rust Survey Results | Rust Blog Rust debugging survey 2026 | Rust Blog Update on the October 15, 2018 incident on crates.io Announcing Rust 1.29.2 Announcing Rust 1.29 Announcing Rust 1.28 What is Rust 2018? Announcing Rust 1.27.2 Announcing Rust 1.27.1 Security Advisory for rustdoc Announcing Rust 1.27 Announcing Rust 1.26.2 Announcing Rust 1.26.1 Rust turns three Announcing Rust 1.26
March Sprint for rustc: Shrink Memory Usage | Inside Rust...
Felix Klock on behalf of The Compiler Team · 2021-02-15 · via Rust Blog

I am very excited about the compiler team's upcoming sprint, and I want to share that excitement with all of you.

The Rust Compiler Team decided over a series of recent meetings (4 dec 2020, 15 jan 2021, 29 jan 2021) that our focus for 2021 will be improving the compiler's performance from the perspective of the new contributor experience bootstrapping the compiler and developing code for the compiler.

The team's first sprint for 2021 will be during the first week of March, and its focus will be on reducing the memory footprint of the compiler during bootstrap.

During our most recent planning meeting (12 feb 2021), there were no new significant steering meeting proposals, so we decided to do some extra sprint planning during that time. We established:

  • we should settle on a common set of tools for measuring memory usage,
  • we need some centralized documentation for how to best use those tools to measure rustc's memory usage, and
  • we need concrete proposals for tasks that will drive activity during the sprint; we started up the shrinkmem-sprint zulip (public archive) to host conversations related to that.

Given the more narrow focus of this sprint, the Rust Compiler Team is interested in input from people with strong experience using Valgrind DHAT or Windows Performance Analyzer (or other tools) to help with identifying opportunities to reduce memory usage. If this sounds like you please drop by the shrinkmem-sprint zulip and say hello!