]> Cypherpunks repositories - gostls13.git/commit
runtime: diagnose invalid pointers during GC
authorRuss Cox <rsc@golang.org>
Mon, 8 Jun 2015 03:42:03 +0000 (23:42 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 05:42:06 +0000 (05:42 +0000)
commit38d9b2a3a942892193195a6912ab23cdaff23e20
treeb922db27bc3442c2985597cbd98030187bfbfc0e
parent7feb424928605b51979e0bda3bbad139fcf2bb51
runtime: diagnose invalid pointers during GC

For #9880. Let's see what breaks.

Change-Id: Ic8b99a604e60177a448af5f7173595feed607875
Reviewed-on: https://go-review.googlesource.com/10818
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
src/runtime/mbitmap.go