]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: drop haveexperiment, sys.GOEXPERIMENT
authorAustin Clements <austin@google.com>
Tue, 6 Apr 2021 12:28:17 +0000 (08:28 -0400)
committerAustin Clements <austin@google.com>
Thu, 8 Apr 2021 02:17:13 +0000 (02:17 +0000)
commitaeaa4519b584747b57d780c31134be8f6bb36251
tree9b7196493489695a9d72b3079d87d78aed9e53ce
parentf60aa7a18cedd8f09dabbef9840893442fd2bda4
runtime: drop haveexperiment, sys.GOEXPERIMENT

We have ways to statically access experiments now, so we don't need a
relatively clunky string-parsing dynamic way to do it.

Change-Id: I5d75480916eef4bde2c30d5fe30593180da77ff2
Reviewed-on: https://go-review.googlesource.com/c/go/+/307815
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/internal/objabi/util.go
src/cmd/link/internal/ld/main.go
src/runtime/heapdump.go
src/runtime/internal/sys/arch.go
src/runtime/proc.go