Skip to content

Commit aae7f09

Browse files
Update triage/2021-01-20.md
Co-authored-by: LingMan <LingMan@users.noreply.github.com>
1 parent 9180c5a commit aae7f09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

triage/2021-01-20.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Update cargo [#80974](https://github.com/rust-lang/rust/issues/80974)
2323

2424
implement ptr::write without dedicated intrinsic [#80290](https://github.com/rust-lang/rust/issues/80290)
2525
- Small regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=63a83c5f55801b17b77adf690db397d17c706c48&end=492b83c6971c390af7a42932869502224ef55ef7&stat=instructions:u) (up to 1.2% on `full` builds of `regex-debug`)
26-
- Small regex-debug full builds regression specifically in the `LLVM_module_codegen_emit_obj` query. This largely effects debug builds due to this previously being an instrinsic but now requiring LLVM to optimize it to its previously efficient form.
26+
- Small regex-debug full builds regression specifically in the `LLVM_module_codegen_emit_obj` query. This largely affects debug builds due to this previously being an instrinsic but now requiring LLVM to optimize it to its previously efficient form.
2727
- An idea for gaining the performance back can be found [here](https://github.com/rust-lang/rust/pull/80290#issuecomment-763583590)
2828

2929
#### Improvements
@@ -70,4 +70,3 @@ Remove PredicateKind and instead only use Binder<PredicateAtom> [#80679](https:/
7070
#### Nags requiring follow up
7171

7272
* Still need a follow up to one of last weeks [perf regressions](https://github.com/rust-lang/rust/pull/80441).
73-

0 commit comments

Comments
 (0)