]> Cypherpunks repositories - gostls13.git/commit
runtime: support GODEBUGCPU for more Unix-like operating systems
authorMartin Möhrmann <moehrmann@google.com>
Sun, 28 Oct 2018 14:37:13 +0000 (15:37 +0100)
committerMartin Möhrmann <martisch@uos.de>
Sun, 28 Oct 2018 18:17:46 +0000 (18:17 +0000)
commita361ef36af4812815c02dd026c4672837442bf44
tree4b2278dec62fbc9497585fa63bbd96dc7d0eb51a
parentcc36b835e4488103fc3e8972f9d8bcb1282a75bf
runtime: support GODEBUGCPU for more Unix-like operating systems

Adds AIX, DragonFly BSD, FreeBSD, NetBSD, OpenBSD and Solaris
to the list of operating systems where the GODEBUGCPU environment
variable will be parsed and interal/cpu features can be enabled
and disabled.

Updates #27218

Change-Id: I9cd99142e2a5147cb00ca57b581f049ea6ce8508
Reviewed-on: https://go-review.googlesource.com/c/145281
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Martin Möhrmann <martisch@uos.de>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/proc.go