diff --git a/doc/go1.20.html b/doc/go1.20.html index 26f65f28d0..b39c49ff11 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -306,7 +306,18 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: complete this section + The Go 1.20 compiler upgraded its front-end to use a new way of handling the + compiler's internal data, which fixes several generic-types bugs and enables + local types in generic functions and methods. +

+ +

+ The compiler now disallows anonymous interface cycles. +

+ +

+ Relative to Go 1.19, generated code performance is generally slightly improved, + build wall times are slightly increased, build user times are slightly decreased.

Linker