From ffd4e32885c4fed50dd0420440b8e58bff32adce Mon Sep 17 00:00:00 2001 From: David Chase Date: Wed, 15 Jan 2020 17:19:17 -0500 Subject: [PATCH] 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 --- doc/go1.14.html | 5 +++++ 1 file changed, 5 insertions(+) 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

-- 2.48.1