diff --git a/doc/go1.21.html b/doc/go1.21.html index 373be6c686..0bf89fe212 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -190,9 +190,11 @@ Do not send CLs removing the interior tags from such phrases.
- + In Go 1.21 the linker (with help from the compiler) is now capable of + deleting dead (unreferenced) global map variables, if the number of + entries in the variable initializer is sufficiently large, and if the + initializer expressions are side-effect free.
-TODO: complete this section, or delete if not needed