go/src/encoding/binary
Joe Kyo 5188b4dea0 encoding/binary: returns length of bool slice in intDataSize
intDataSize should return length of bool slice, so functions
Read and Write can use the fast path to process bool slice.

Change-Id: I8cd275e3ffea82024850662d86caca64bd91bf70
Reviewed-on: https://go-review.googlesource.com/112135
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
2018-05-08 14:48:50 +00:00
..
binary.go encoding/binary: returns length of bool slice in intDataSize 2018-05-08 14:48:50 +00:00
binary_test.go cmd/compile: add rules to improve consecutive byte loads and stores on ppc64le 2017-11-03 18:46:59 +00:00
example_test.go encoding/binary: make new example a bit more idiomatic 2017-11-15 21:26:43 +00:00
varint.go
varint_test.go