From 6319a08cb531d3359e7a8cac8a63a9c5e0f8360a Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 7 Oct 2022 11:49:48 -0400 Subject: 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 Run-TryBot: Michael Pratt Reviewed-by: Cherry Mui --- design/55022-pgo-implementation.md | 4 ++-- 1 file 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. -- cgit v1.3