]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: factor out debug.invalidptr case in findObject
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 23 Oct 2019 07:28:55 +0000 (14:28 +0700)
committerAustin Clements <austin@google.com>
Sat, 26 Oct 2019 00:05:43 +0000 (00:05 +0000)
commit813d8e886208e5e001df3b55e8bc1c65ca4249ff
tree9dc92f45b9e7939ec081cf42a171d83acba8e86c
parent80315322f3068123ab98632c55ee4bc9d7a03930
runtime: factor out debug.invalidptr case in findObject

This helps keeping findObject's frame small.

Updates #35068

Change-Id: I1b8c1fcc5831944c86f1a30ed2f2d867a5f2b242
Reviewed-on: https://go-review.googlesource.com/c/go/+/202797
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mbitmap.go