diff --git a/doc/go1.14.html b/doc/go1.14.html index 7cf73bc501..f5e878e9df 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -401,6 +401,11 @@ appropriately.) This API may change in future releases.

+

+ Bounds check elimination now uses information from slice creation and can + eliminate checks for indexes with types smaller than int. +

+

Core library