Skip to content

Commit ee913e7

Browse files
committed
update publication date
1 parent 47a62ea commit ee913e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

posts/2024-05-01-enabling-rust-lld-on-linux.md renamed to posts/2024-05-17-enabling-rust-lld-on-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ benefit is much improved linking times.
4848
Here are more details from the ripgrep example mentioned above: linking is reduced 7x, resulting in
4949
a 40% reduction in end-to-end compilation times.
5050

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

5353
Most binaries should see some improvements here, but it's especially significant with e.g. bigger
5454
binaries, or when involving debuginfo. These usually see bottlenecks in the linker.
File renamed without changes.

0 commit comments

Comments
 (0)