]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add in release note about compiler being roughly 15% slower
authorDan Scales <danscales@google.com>
Tue, 7 Dec 2021 21:32:36 +0000 (13:32 -0800)
committerDan Scales <danscales@google.com>
Wed, 8 Dec 2021 18:06:06 +0000 (18:06 +0000)
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>

doc/go1.18.html

index ad08083793fa7c4f56670538e6bc5853790ad455..a3c2da059bce7d3606f7de78d4aeb112dc01ba4a 100644 (file)
@@ -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>