]> Cypherpunks repositories - gostls13.git/commit
doc: update jump table performance release note
authorKeith Randall <khr@golang.org>
Tue, 17 May 2022 16:54:11 +0000 (09:54 -0700)
committerKeith Randall <khr@google.com>
Tue, 17 May 2022 19:40:11 +0000 (19:40 +0000)
commitd23c80b8e4cf1ff69176c78794a2cae10a1f5501
treea676f57e6bce01b21517a9e7760a4c3d53dc24ad
parent668041ef66ddafffccf1863e6180b83ea1ad30c9
doc: update jump table performance release note

Just make it clearer that the performance gains are for the switch
statement itself, not the whole program.

Change-Id: I2d1bf2888f61112af3dc37113e740b00b092e2cc
Reviewed-on: https://go-review.googlesource.com/c/go/+/406874
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
doc/go1.19.html