diff options
| -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. |
