Skip to content

Commit

Permalink
update publication date
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed May 16, 2024
1 parent 47a62ea commit ee913e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ benefit is much improved linking times.
Here are more details from the ripgrep example mentioned above: linking is reduced 7x, resulting in
a 40% reduction in end-to-end compilation times.

![Before/after comparison of a `ripgrep` debug build](../../../../images/2024-05-01-enabling-rust-lld-on-linux/ripgrep-comparison.png)
![Before/after comparison of a `ripgrep` debug build](../../../../images/2024-05-17-enabling-rust-lld-on-linux/ripgrep-comparison.png)

Most binaries should see some improvements here, but it's especially significant with e.g. bigger
binaries, or when involving debuginfo. These usually see bottlenecks in the linker.
Expand Down

0 comments on commit ee913e7

Please sign in to comment.