]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: add GODEBUG=madvdontneed=1
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Jan 2019 18:47:06 +0000 (18:47 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Jan 2019 20:55:53 +0000 (20:55 +0000)
commit22738f07c88ac9dd1159da15675fedeeba80c45d
tree64c273acf79371e6d155351bad7c92ac0d43b855
parent8e6396115e56d8e0cbecd6904f94c8d893db1724
runtime: add GODEBUG=madvdontneed=1

Fixes #28466

Change-Id: I05b2e0da09394d111913963b60f2ec865c9b4744
Reviewed-on: https://go-review.googlesource.com/c/155931
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/extern.go
src/runtime/mem_linux.go
src/runtime/runtime1.go