|
| 1 | +# 2021-07-13 Triage Log |
| 2 | + |
| 3 | +Mostly quiet week; improvements outweighed regressions. |
| 4 | + |
| 5 | +Triage done by **@simulacrum**. |
| 6 | +Revision range: [9a27044f42ace9eb652781b53f598e25d4e7e918..5aff6dd07a562a2cba3c57fc3460a72acb6bef46](https://perf.rust-lang.org/?start=9a27044f42ace9eb652781b53f598e25d4e7e918&end=5aff6dd07a562a2cba3c57fc3460a72acb6bef46&absolute=false&stat=instructions%3Au) |
| 7 | + |
| 8 | +1 Regressions, 4 Improvements, 0 Mixed; 0 of them in rollups |
| 9 | + |
| 10 | +#### Regressions |
| 11 | + |
| 12 | +Support forwarding caller location through trait object method call [#81360](https://github.com/rust-lang/rust/issues/81360) |
| 13 | +- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=a84d1b21aea9863f0fc5f436b4982d145dade646&end=3982eb35cabe3a99194d768d34a92347967c3fa2&stat=instructions:u) (up to 1.5% on `incr-full` builds of `unused-warnings-check`) |
| 14 | +- Largely due to increased number of calls to the newly-made query |
| 15 | + should_inherit_track_caller. Mostly higher regressions on smaller benchmarks. |
| 16 | + |
| 17 | +#### Improvements |
| 18 | + |
| 19 | +Reland "Merge CrateDisambiguator into StableCrateId" [#86143](https://github.com/rust-lang/rust/issues/86143) |
| 20 | +- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=d7901f37bb74ee677ff939c324d49a9a0a5b4aca&end=d04ec4735810553224eb5eaf948ec78f84eac06c&stat=instructions:u) (up to -2.5% on `full` builds of `html5ever-opt`) |
| 21 | + |
| 22 | + |
| 23 | +Stop generating `alloca`s & `memcmp` for simple short array equality [#85828](https://github.com/rust-lang/rust/issues/85828) |
| 24 | +- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=95fb1315217976ff4c268bb03c9b4132f0dfa9fd&end=ee86f96ba176f598d64dc9f3bb7e074d5b8b86b6&stat=instructions:u) (up to -2.2% on `incr-patched: b9b3e592dd cherry picked` builds of `style-servo-debug`) |
| 25 | + |
| 26 | + |
| 27 | +Add support for raw-dylib with stdcall, fastcall functions [#86419](https://github.com/rust-lang/rust/issues/86419) |
| 28 | +- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=240ff4c4a0d0936c9eeb783fa9ff5c0507a6ffb4&end=8d9d4c87d677552ae52e2d58034e4be199b5a6d2&stat=instructions:u) (up to -1.2% on `incr-unchanged` builds of `externs-opt`) |
| 29 | + |
| 30 | + |
| 31 | +Use clang 12.0.1 on dist-x86_64/i686-linux [#87019](https://github.com/rust-lang/rust/issues/87019) |
| 32 | +- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=394804bb23bf0889c135a21f945b2fe44881ada8&end=5aff6dd07a562a2cba3c57fc3460a72acb6bef46&stat=instructions:u) (up to -2.3% on `full` builds of `regression-31157-opt`) |
| 33 | + |
| 34 | + |
| 35 | +#### Nags requiring follow up |
| 36 | + |
| 37 | +- There are a number of [untriaged regressions](https://github.com/rust-lang/rust/issues?q=is%3Amerged+label%3Aperf-regression+-label%3Aperf-regression-triaged); as of this writing: |
| 38 | + - Include terminators in instance size estimate [#86777](https://github.com/rust-lang/rust/issues/86777) |
| 39 | + - Rollup of 8 pull requests [#86588](https://github.com/rust-lang/rust/issues/86588) |
| 40 | + - Change entry point to 🛡️ against 💥 💥-payloads [#86034](https://github.com/rust-lang/rust/issues/86034) |
| 41 | + - Inline Iterator as IntoIterator. [#84560](https://github.com/rust-lang/rust/issues/84560) |
0 commit comments