aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-10-07 11:49:48 -0400
committerMichael Pratt <mpratt@google.com>2022-10-18 16:57:45 +0000
commit6319a08cb531d3359e7a8cac8a63a9c5e0f8360a (patch)
tree5107bd96eeb94ff25269a930df44278d0a70e530
parent739fa7a196897a47d0d06501b3d6d15363da120e (diff)
downloadgo-x-proposal-6319a08cb531d3359e7a8cac8a63a9c5e0f8360a.tar.xz
design/55022-pgo-implementation.md: fix image paths
For golang/go#55022. Change-Id: I70ef39ee887026304f7e64e2747a580a0d717ee9 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/439297 Auto-Submit: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
-rw-r--r--design/55022-pgo-implementation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/55022-pgo-implementation.md b/design/55022-pgo-implementation.md
index f788a10..e9392a7 100644
--- a/design/55022-pgo-implementation.md
+++ b/design/55022-pgo-implementation.md
@@ -47,7 +47,7 @@ In order to extract maximum performance, these optimizations are typically perf
### Standard Compilation flow in Go
-![](55025/image1.png)
+![](55022/image1.png)
**Figure 1.** Go compiler.
@@ -82,7 +82,7 @@ This limitation has led us to enable the basic-block layout optimization at SSA-
### New compilation flow proposed in Go for PGO
-![](55025/image2.png)
+![](55022/image2.png)
**Figure 2.** New PGO-enabled Go compiler.