Skip to content

Commit b4bc0a0

Browse files
authored
rustc-perf triage for 2024-10-21
1 parent 97e614f commit b4bc0a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

draft/2024-10-23-this-week-in-rust.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ If you are a Rust project owner and are looking for contributors, please submit
9393

9494
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
9595

96+
9697
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
9798
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
9899

@@ -104,7 +105,15 @@ If you are an event organizer hoping to expand the reach of your event, please s
104105

105106
### Rust Compiler Performance Triage
106107

107-
<!-- Perf results go here -->
108+
Some tidy improvements from switching to next generation trait solver (solely for coherence checking) and from simplifying our dataflow analysis framework. There were some binary size regressions associated with PR 126557 (adding `#[track_caller]` to allocating methods of `Vec` and `VecDeque`), which I have handed off to T-libs to choose whether to investigate further.
109+
110+
Triage done by **@pnkfelix**.
111+
Revision range: [5ceb623a..3e33bda0](https://perf.rust-lang.org/?start=5ceb623a4abd66e91e7959d25caaf0523f1a7f7c&end=3e33bda0326586a6e1e34d0f5c060ca6d116e6a4&absolute=false&stat=instructions%3Au)
112+
113+
0 Regressions, 3 Improvements, 6 Mixed; 3 of them in rollups
114+
47 artifact comparisons made in total
115+
116+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/81de3d5e2cc599cc49bc11c64f9a5b911f3a83dd/triage/2024-10-21.md)
108117

109118
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
110119

0 commit comments

Comments
 (0)