From: David Chase Date: Wed, 15 Jan 2020 22:19:17 +0000 (-0500) Subject: doc/go1.14: add remarks about range inference and check removal X-Git-Tag: go1.14~10^2~11 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ffd4e32885c4fed50dd0420440b8e58bff32adce;p=gostls13.git doc/go1.14: add remarks about range inference and check removal Mentions CLs 174704 and 196784. Change-Id: Ia8f821a3d90a4e08c895a6f091dbf07311e885ba Reviewed-on: https://go-review.googlesource.com/c/go/+/214946 Run-TryBot: David Chase TryBot-Result: Gobot Gobot Reviewed-by: Austin Clements --- 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