Skip to content

Commit a98a94f

Browse files
Add triage logs for 2021-04-06
1 parent 37bd4a8 commit a98a94f

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

triage/2021-04-06.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 2021-04-06 Triage Log
2+
3+
A pretty major week for [memory usage improvements], while wall time performance
4+
largely stayed neutral, with an average of ~20% gains on memory usage for
5+
release builds, and 5% on check builds, due to an update in the default allocator
6+
used (to a more recent jemalloc).
7+
8+
Triage done by **@simulacrum**.
9+
Revision range: [4896450e7e0a522486b4d3a8d360ac4e1d2072a0..d32238532138485c80db4f2cd596372bce214e00](https://perf.rust-lang.org/?start=4896450e7e0a522486b4d3a8d360ac4e1d2072a0&end=d32238532138485c80db4f2cd596372bce214e00&absolute=false&stat=instructions%3Au)
10+
11+
[memory usage improvements]: https://perf.rust-lang.org/?start=4896450e7e0a522486b4d3a8d360ac4e1d2072a0&end=d32238532138485c80db4f2cd596372bce214e00&absolute=false&stat=max-rss
12+
13+
1 Regressions, 3 Improvements, 0 Mixed
14+
15+
#### Regressions
16+
17+
add OR_PATTERNS_BACK_COMPAT lint [#83468](https://github.com/rust-lang/rust/issues/83468)
18+
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=a207871d5c22f89093085da89becbb636a45ef89&end=36bcf4069717b9dff90270d13b53a3b130329960&stat=instructions:u) (up to 1.2% on `incr-patched: println` builds of `coercions-debug`)
19+
- Relatively small hit on a number of benchmarks. Likely largely unavoidable.
20+
21+
#### Improvements
22+
23+
Stream the dep-graph to a file instead of storing it in-memory [#82780](https://github.com/rust-lang/rust/pull/82780)
24+
- Large improvement in [memory usage](https://perf.rust-lang.org/compare.html?start=803ddb83598838fb9de308d283b759ba463e5e80&end=d474075a8f28ae9a410e95d849d009006db4b176&stat=max-rss)
25+
26+
panic early when `TrustedLen` indicates a `length > usize::MAX` [#83726](https://github.com/rust-lang/rust/issues/83726)
27+
- Large improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=49e1ec09952c5ab7798addd29532d44dc020283f&end=803ddb83598838fb9de308d283b759ba463e5e80&stat=instructions:u) (up to -7.9% on `incr-patched: compile one` builds of `regex-debug`)
28+
29+
Use tikv-jemallocator in rustc/rustdoc in addition to jemalloc-sys when enabled. [#83152](https://github.com/rust-lang/rust/issues/83152)
30+
- Large improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=d203fceeb12f8c0e3123fc45036575018d2f990a&end=d32238532138485c80db4f2cd596372bce214e00&stat=instructions:u) (up to -5.4% on `incr-unchanged` builds of `deep-vector-check`)
31+
- Pretty nice improvements to instruction counts, though not a major contributor
32+
to wall times it seems.
33+
34+
Stream the dep-graph to a file instead of storing it in-memory. [#82780](https://github.com/rust-lang/rust/issues/82780)
35+
- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=803ddb83598838fb9de308d283b759ba463e5e80&end=d474075a8f28ae9a410e95d849d009006db4b176&stat=instructions:u) (up to -1.8% on `incr-full` builds of `unused-warnings-check`)
36+
37+
#### Mixed
38+
39+
- None
40+
41+
#### Nags requiring follow up
42+
43+
- The [issue](https://github.com/rust-lang/rust/pull/82964#issuecomment-800663588) from three weeks ago has stalled.
44+
Likely this needs someone to mentor the author, or to take over the
45+
investigation.

0 commit comments

Comments
 (0)