Skip to content

Commit

Permalink
Update posts/2024-08-08-Rust-1.80.1.md
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Gross <[email protected]>
  • Loading branch information
pietroalbini and tgross35 authored Aug 6, 2024
1 parent f439215 commit 4375cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-08-08-Rust-1.80.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Rust 1.80.1 fixes two regressions that were recently reported.

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

The optimization was also enabled on branches checking for floating point
Expand Down

0 comments on commit 4375cea

Please sign in to comment.