Skip to content

Commit 983b26d

Browse files
committed
link to memory perf improvements in the 2021-01-12 report
1 parent f3e61d7 commit 983b26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triage/2021-01-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Serialize incr comp structures to file via fixed-size buffer [#80463](https://gi
4646
- Large improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=467f5e99a541db94235f0c173bdffc8aeb177522&end=8234db5bc7b122dd9e39d738c30bcae005a96568&stat=instructions:u) (up to -8.9% on `incr-unchanged` builds of `ctfe-stress-4-check`)
4747
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=467f5e99a541db94235f0c173bdffc8aeb177522&end=8234db5bc7b122dd9e39d738c30bcae005a96568&stat=instructions:u) (up to 3.1% on `incr-unchanged` builds of `clap-rs-check`)
4848
- Improvement is in synthetic benchmarks while regressions are largely in real world crates.
49-
- This change was done largely to reduce memory footprint size and the perf impact [was deemed worth it](https://github.com/rust-lang/rust/pull/80463#issuecomment-758120283)
49+
- This change was done largely to reduce [memory footprint size](https://perf.rust-lang.org/compare.html?start=467f5e99a541db94235f0c173bdffc8aeb177522&end=8234db5bc7b122dd9e39d738c30bcae005a96568&stat=max-rss) and the perf impact [was deemed worth it](https://github.com/rust-lang/rust/pull/80463#issuecomment-758120283)
5050

5151
#### Nags requiring follow up
5252

0 commit comments

Comments
 (0)