mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/goexperiment: delete CacheProg goexperiment
It is now always enabeld. The GOEXPERIMENT doesn't control anything. Remove. Change-Id: I24ecf0cd7be5d5dd20f4c558871a3ea97792055e Reviewed-on: https://go-review.googlesource.com/c/go/+/684837 Reviewed-by: qiu laidongfeng <2645477756@qq.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
e15a14c4dd
commit
7961bf71f8
3 changed files with 0 additions and 20 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
// Code generated by mkconsts.go. DO NOT EDIT.
|
|
||||||
|
|
||||||
//go:build !goexperiment.cacheprog
|
|
||||||
|
|
||||||
package goexperiment
|
|
||||||
|
|
||||||
const CacheProg = false
|
|
||||||
const CacheProgInt = 0
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
// Code generated by mkconsts.go. DO NOT EDIT.
|
|
||||||
|
|
||||||
//go:build goexperiment.cacheprog
|
|
||||||
|
|
||||||
package goexperiment
|
|
||||||
|
|
||||||
const CacheProg = true
|
|
||||||
const CacheProgInt = 1
|
|
||||||
|
|
@ -96,10 +96,6 @@ type Flags struct {
|
||||||
// copy of the iteration variable.
|
// copy of the iteration variable.
|
||||||
LoopVar bool
|
LoopVar bool
|
||||||
|
|
||||||
// CacheProg adds support to cmd/go to use a child process to implement
|
|
||||||
// the build cache; see https://github.com/golang/go/issues/59719.
|
|
||||||
CacheProg bool
|
|
||||||
|
|
||||||
// NewInliner enables a new+improved version of the function
|
// NewInliner enables a new+improved version of the function
|
||||||
// inlining phase within the Go compiler.
|
// inlining phase within the Go compiler.
|
||||||
NewInliner bool
|
NewInliner bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue