]> Cypherpunks repositories - gostls13.git/commit
runtime: speed up eqstring
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 5 Feb 2015 16:23:14 +0000 (08:23 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 6 Feb 2015 18:51:14 +0000 (18:51 +0000)
commit82a761b656704c07a94c12b10141a0cdba1a4534
tree4d806eb4921ea016bbc4a173d9f47dae4d883064
parent135ef49fde39c95fe61212376172c6ad333449c0
runtime: speed up eqstring

eqstring does not need to check the length of the strings.
Other architectures were done in a separate commit.

While we're here, add a pointer equality check.

Change-Id: Id2c8616a03a7da7037c1e9ccd56a549fc952bd98
Reviewed-on: https://go-review.googlesource.com/3956
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/asm_ppc64x.s