Skip to content

Commit

Permalink
Merge pull request #6037 from pnkfelix/patch-56
Browse files Browse the repository at this point in the history
rustc-perf triage for 2024-10-21
  • Loading branch information
bennyvasquez authored Oct 23, 2024
2 parents 39b7390 + b4bc0a0 commit 9270c29
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion draft/2024-10-23-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ If you are a Rust project owner and are looking for contributors, please submit

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.


<!-- 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 -->
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->

Expand All @@ -114,7 +115,15 @@ If you are an event organizer hoping to expand the reach of your event, please s

### Rust Compiler Performance Triage

<!-- Perf results go here -->
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.

Triage done by **@pnkfelix**.
Revision range: [5ceb623a..3e33bda0](https://perf.rust-lang.org/?start=5ceb623a4abd66e91e7959d25caaf0523f1a7f7c&end=3e33bda0326586a6e1e34d0f5c060ca6d116e6a4&absolute=false&stat=instructions%3Au)

0 Regressions, 3 Improvements, 6 Mixed; 3 of them in rollups
47 artifact comparisons made in total

[Full report here](https://github.com/rust-lang/rustc-perf/blob/81de3d5e2cc599cc49bc11c64f9a5b911f3a83dd/triage/2024-10-21.md)

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

Expand Down

0 comments on commit 9270c29

Please sign in to comment.