You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: triage/2021-01-12.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Do not make local copies of inline fns in debug mode [#76896](https://github.com
33
33
- 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`)
34
34
- 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`)
35
35
- 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.
37
37
- This change may be reverted [due to some concerns](https://github.com/rust-lang/rust/pull/76896#issuecomment-758097233).
38
38
39
39
ast: Remove some indirection layers from values in key-value attributes [#80441](https://github.com/rust-lang/rust/issues/80441)
0 commit comments