Skip to content

Commit 4375cea

Browse files
Update posts/2024-08-08-Rust-1.80.1.md
Co-authored-by: Trevor Gross <[email protected]>
1 parent f439215 commit 4375cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-08-08-Rust-1.80.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Rust 1.80.1 fixes two regressions that were recently reported.
2929

3030
In addition to the existing optimizations performed by LLVM, rustc is growing
3131
its own set of optimizations. Rust 1.78.0 added a new one, implementing ["jump
32-
threading"] (merging together two adjacent branches performing the same
32+
threading"] (merging together two adjacent branches that perform the same
3333
comparison).
3434

3535
The optimization was also enabled on branches checking for floating point

0 commit comments

Comments
 (0)