Skip to content

Commit e7c4928

Browse files
committed
Add note on regression being caused by some undoing of a performance gained in one particular perf run
1 parent 87ec9e8 commit e7c4928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

triage/2021-03-23.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Implement (but don't use) valtree and refactor in preparation of use [#82936](ht
1818
Use TrustedRandomAccess for in-place iterators where possible [#79846](https://github.com/rust-lang/rust/issues/79846)
1919
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=97663b6690689379aa0493deb494dfe14627c46b&end=35385770ae1ea86a911cc44ac43f856831e44b26&stat=instructions:u) (up to 1.5% on `full` builds of `deep-vector-debug`)
2020
- This is a change in the standard library that seems to only impact one benchmark: `deep-vector-debug` full compilation. It looks to be impacting `typeck`, but I'm not sure why this would be. It's also possible that it's noise.
21+
- There's also a possibility that this has some strange interaction with the performance gained in [#83360](https://github.com/rust-lang/rust/issues/83360).
2122

2223
#### Improvements
2324

0 commit comments

Comments
 (0)