Skip to content

Commit 04814f7

Browse files
Update triage/2021-02-09.md
Co-authored-by: Mark Rousskov <[email protected]>
1 parent f8cc17c commit 04814f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

triage/2021-02-09.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Identify unreachable subpatterns more reliably [#80632](https://github.com/rust-
2727

2828
expand/resolve: Turn `#[derive]` into a regular macro attribute [#79078](https://github.com/rust-lang/rust/issues/79078)
2929
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923&end=9778068cbc1e06cc3685422323ff38a2f397de26&stat=instructions:u) (up to 1.3% on `incr-unchanged` builds of `derive-check`)
30-
- This largely seems to be impacting `incr-unchanged` benchmarks particularly in the `expand_crate` and `late_resolve_crate` queries, and it's happening mostly in stress benchmarks. The only "real" code base impacted this is `style-servo-check` at 1.0% for `incr-unchecked`.
30+
- This largely seems to be impacting `incr-unchanged` benchmarks particularly in the `expand_crate` and `late_resolve_crate` queries, and it's happening mostly in stress benchmarks. The only "real" code base impacted this is `style-servo-check` at 1.0% for `incr-unchanged`.
3131

3232
Use ufcs in derive(Debug) [#81294](https://github.com/rust-lang/rust/issues/81294)
3333
- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=6ad11e2e25919b75ebbc36d7910f2a1126a7e873&end=186f7ae5b04d31d8ccd1746ac63cdf1ab4bc2354&stat=instructions:u) (up to -3.3% on `incr-patched: println` builds of `cargo-opt`)
@@ -58,4 +58,3 @@ Fix derived PartialOrd operators [#81384](https://github.com/rust-lang/rust/iss
5858

5959
- Waiting on more investigation in [#81476](https://github.com/rust-lang/rust/issues/81476).
6060
- Need to follow up on the regressions reported this week.
61-

0 commit comments

Comments
 (0)