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
implement ptr::write without dedicated intrinsic [#80290](https://github.com/rust-lang/rust/issues/80290)
25
25
- 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.
27
27
- An idea for gaining the performance back can be found [here](https://github.com/rust-lang/rust/pull/80290#issuecomment-763583590)
28
28
29
29
#### Improvements
@@ -70,4 +70,3 @@ Remove PredicateKind and instead only use Binder<PredicateAtom> [#80679](https:/
70
70
#### Nags requiring follow up
71
71
72
72
* Still need a follow up to one of last weeks [perf regressions](https://github.com/rust-lang/rust/pull/80441).
0 commit comments