]> Cypherpunks repositories - gostls13.git/commit
runtime: use staticbytes in intstring for small v
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 1 May 2018 06:05:41 +0000 (23:05 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 1 May 2018 18:03:57 +0000 (18:03 +0000)
commit2f2e8f9c81d899d8eefb1f2f98ce5c90976c4f61
treea1a515847c66a63dc1b202ca43b2b6bed719a8fe
parent6a8cff57309ba3168844640b2da2ea3103d594fd
runtime: use staticbytes in intstring for small v

Triggers 21 times during make.bash.

Change-Id: I7efb34200439256151304bb66cd309913f7c9c9e
Reviewed-on: https://go-review.googlesource.com/110557
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/string.go