diff options
| author | Michael Pratt <mpratt@google.com> | 2022-10-07 11:49:48 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-10-18 16:57:45 +0000 |
| commit | 6319a08cb531d3359e7a8cac8a63a9c5e0f8360a (patch) | |
| tree | 5107bd96eeb94ff25269a930df44278d0a70e530 | |
| parent | 739fa7a196897a47d0d06501b3d6d15363da120e (diff) | |
| download | go-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.md | 4 |
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 - + **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 - + **Figure 2.** New PGO-enabled Go compiler. |
