]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update maxPtrmaskBytes comment for larger value
authorIan Lance Taylor <iant@golang.org>
Wed, 1 Feb 2017 23:12:51 +0000 (15:12 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 2 Feb 2017 02:14:50 +0000 (02:14 +0000)
commit08a3a7c08a04a0041db3ee6923d9dccb8aaf764d
tree9fc90f5b17732ed55b1abe85c5a33a4206940c1e
parent4aa7b142681dba2a1d76e59ecb5dc6923a192eb0
cmd/compile: update maxPtrmaskBytes comment for larger value

The comment for maxPtrmaskBytes implied that the value was still 16,
but that changed in CL 10815.

Change-Id: I86e304bc7d9d1a0a6b22b600fefcc1325e4372d9
Reviewed-on: https://go-review.googlesource.com/36120
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/reflect.go