Skip to content

Commit f3e61d7

Browse files
authored
Merge pull request #825 from LingMan/patch-1
Fix typo in triage report
2 parents e755e59 + 5b9a5b4 commit f3e61d7

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
@@ -33,7 +33,7 @@ Do not make local copies of inline fns in debug mode [#76896](https://github.com
3333
- Very large improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=937f629535f38c655267f1ed21ce6830f592f5df&end=ddf2cc7f8eb34f1a63b491d6a52e3e8208393c09&stat=instructions:u) (up to -46.8% on `incr-patched: sparse set` builds of `regex-debug`)
3434
- Large regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=937f629535f38c655267f1ed21ce6830f592f5df&end=ddf2cc7f8eb34f1a63b491d6a52e3e8208393c09&stat=instructions:u) (up to 6.0% on `incr-patched: static str 6144` builds of `issue-46449-debug`)
3535
- The performance was already analyzed by the incremental compilation working group [here](https://hackmd.io/xT9WrXgOQLarYRGrV8Hqog).
36-
- This change largely effects how LLVM performs when users compile in debug mode. The improvements were largely in real world crates while regressions were in synthetic benchmarks.
36+
- This change largely affects how LLVM performs when users compile in debug mode. The improvements were largely in real world crates while regressions were in synthetic benchmarks.
3737
- This change may be reverted [due to some concerns](https://github.com/rust-lang/rust/pull/76896#issuecomment-758097233).
3838

3939
ast: Remove some indirection layers from values in key-value attributes [#80441](https://github.com/rust-lang/rust/issues/80441)

0 commit comments

Comments
 (0)