From b47100bf7d7c96359eff2b6dfb0223d6250a7d02 Mon Sep 17 00:00:00 2001 From: scottmcm Date: Fri, 28 Feb 2025 18:38:09 -0800 Subject: [PATCH] Slight wording tweak in 2/26 --- content/2025-02-26-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-02-26-this-week-in-rust.md b/content/2025-02-26-this-week-in-rust.md index 9fdb64ed5..6b7d0a122 100644 --- a/content/2025-02-26-this-week-in-rust.md +++ b/content/2025-02-26-this-week-in-rust.md @@ -166,7 +166,7 @@ If you are an event organizer hoping to expand the reach of your event, please s ### Rust Compiler Performance Triage -Fairly quiet week with the exception of an improvement to the very often used Iter::next function which can now be inlined leading to a myriad of performance improvements. +Fairly quiet week with the exception of an improvement to the very often used Iter::next function which can now be inlined in MIR leading to a myriad of performance improvements. Triage done by **@rylev**. Revision range: [ce36a966..f5729cfe](https://perf.rust-lang.org/?start=ce36a966c79e109dabeef7a47fe68e5294c6d71e&end=f5729cfed3c45e061e8a443677fc1d5ef9277df7&absolute=false&stat=instructions%3Au)