]> Cypherpunks repositories - gostls13.git/commit
runtime: delay marking maps as writing until after first alg call
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Mar 2017 14:30:26 +0000 (06:30 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Mar 2017 17:38:30 +0000 (17:38 +0000)
commit04fc88776187a3c9c35a575eef65a7e9b9276e6d
tree50a3eec5e4d03330399cf424ff980adf39ed12ed
parent0ee9c46cb19f04e713a5db30c8ae0e719c6d228b
runtime: delay marking maps as writing until after first alg call

Fixes #19359

Change-Id: I196b47cf0471915b6dc63785e8542aa1876ff695
Reviewed-on: https://go-review.googlesource.com/37665
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hashmap.go
test/fixedbugs/issue19359.go [new file with mode: 0644]