aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan Scales <danscales@google.com>2021-12-07 13:32:36 -0800
committerDan Scales <danscales@google.com>2021-12-08 18:06:06 +0000
commit7b7efd7a7c952f8b372c861c94acd159ee371acb (patch)
treef34ce168f9315394ec0235a597a1f538f69bb92a /doc
parentc1c303f6f8b77d3ed4e135583f3d60b159907245 (diff)
downloadgo-7b7efd7a7c952f8b372c861c94acd159ee371acb.tar.gz
go-7b7efd7a7c952f8b372c861c94acd159ee371acb.zip
doc: add in release note about compiler being roughly 15% slower
Updates #49569 Change-Id: Ifba769993c50bb547cb355f56934fb572ec17a1a Reviewed-on: https://go-review.googlesource.com/c/go/+/370154 Reviewed-by: Austin Clements <austin@google.com> Trust: Dan Scales <danscales@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index ad08083793..a3c2da059b 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -321,8 +321,11 @@ Do not send CLs removing the interior tags from such phrases.
new <code>go</code> command <code>-asan</code> option.
</p>
-<p>
- TODO: Mention build speed impact.
+<p> <!-- https://github.com/golang/go/issues/49569 -->
+ Because of changes in the compiler related to supporting generics, the
+ Go 1.18 compile speed can be roughly 15% slower than the Go 1.17 compile speed.
+ The execution time of the compiled code is not affected. We
+ intend to improve the speed of the compiler in Go 1.19.
</p>
<h2 id="linker">Linker</h2>