Skip to content

Commit 8efbeb0

Browse files
pnkfelixJoshua Nelson
andauthored
Apply suggestions from code review
adding newlines as suggested by @jyn514 to resolve image display issue. Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 0de6bfa commit 8efbeb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/inside-rust/2020-10-30-exploring-pgo-for-the-rust-compiler.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Fortunately, thanks to [good documentation][rustc-perf-local], running the bench
124124
Here's a glance at the effect that a PGOed LLVM has on *rustc*'s performance:
125125

126126
[![Performance improvements gained from apply PGO to LLVM][rustc-perf-pgo-llvm-thumb]][rustc-perf-pgo-llvm]
127+
127128
[rustc-perf-pgo-llvm-thumb]: /images/inside-rust/2020-10-30-exploring-pgo-for-the-rust-compiler/rustc-perf-pgo-llvm-thumb.png
128129
[rustc-perf-pgo-llvm]: /images/inside-rust/2020-10-30-exploring-pgo-for-the-rust-compiler/rustc-perf-pgo-llvm.png
129130

@@ -132,6 +133,7 @@ but they are pretty encouraging and show no significant performance regressions.
132133
Diving more into details shows the expected profile:
133134

134135
![Performance improvements gained from apply PGO to LLVM (details)][rustc-perf-pgo-llvm-expanded]
136+
135137
[rustc-perf-pgo-llvm-expanded]: /images/inside-rust/2020-10-30-exploring-pgo-for-the-rust-compiler/rustc-perf-pgo-llvm-expanded.png
136138

137139
Workloads that spend most of their time in LLVM (e.g. optimized builds) show the most improvement, while workloads that don't invoke LLVM at all (e.g. check builds) also don't profit from a faster LLVM.

0 commit comments

Comments
 (0)