]> Cypherpunks repositories - gostls13.git/commit
runtime: replace unsafe pointer arithmetic with array indexing
authorMatthew Dempsky <mdempsky@google.com>
Wed, 21 Oct 2015 19:30:58 +0000 (12:30 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 21 Oct 2015 23:22:20 +0000 (23:22 +0000)
commit7df8ba136c911542374186fe5bed603ca6e7e015
treebb0aa44604a5fbdc9e84f2593cf13bc4fdfd74fd
parent84afa1be76f89a602c1aef73603175e644f1dc2f
runtime: replace unsafe pointer arithmetic with array indexing

Change-Id: I313819abebd4cda4a6c30fd0fd6f44cb1d09161f
Reviewed-on: https://go-review.googlesource.com/16167
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/mfinal.go