]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove MallocNanoZone environment variable workaround
authorCherry Mui <cherryyz@google.com>
Thu, 23 Dec 2021 18:09:02 +0000 (13:09 -0500)
committerCherry Mui <cherryyz@google.com>
Thu, 23 Dec 2021 18:58:36 +0000 (18:58 +0000)
commitaf3b8cf5026a9d74a53ac5d3fec2bba35a96ad91
treeed37eebedf4878fa7d78fb0588465f0fd21d16d1
parented766b6ffbf9f0b3efc5cb2790cb9bb3a4af856d
cmd/go: remove MallocNanoZone environment variable workaround

We added a workaround in runtime/race. This should not be
necessary now.

Updates #49138.

Change-Id: Ia2010e4acc95c4ddf5f463ab2919401d893c0bac
Reviewed-on: https://go-review.googlesource.com/c/go/+/374314
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/script_test.go