AliasTypeParams const #
const AliasTypeParams = false
const AliasTypeParams = false
const AliasTypeParams = true
const AliasTypeParamsInt = 1
const AliasTypeParamsInt = 0
const Arenas = true
const Arenas = false
const ArenasInt = 0
const ArenasInt = 1
const BoringCrypto = true
const BoringCrypto = false
const BoringCryptoInt = 0
const BoringCryptoInt = 1
const CacheProg = false
const CacheProg = true
const CacheProgInt = 1
const CacheProgInt = 0
const CgoCheck2 = false
const CgoCheck2 = true
const CgoCheck2Int = 0
const CgoCheck2Int = 1
const CoverageRedesign = false
const CoverageRedesign = true
const CoverageRedesignInt = 0
const CoverageRedesignInt = 1
const FieldTrack = true
const FieldTrack = false
const FieldTrackInt = 0
const FieldTrackInt = 1
const HeapMinimum512KiB = true
const HeapMinimum512KiB = false
const HeapMinimum512KiBInt = 1
const HeapMinimum512KiBInt = 0
const LoopVar = false
const LoopVar = true
const LoopVarInt = 1
const LoopVarInt = 0
const NewInliner = false
const NewInliner = true
const NewInlinerInt = 0
const NewInlinerInt = 1
const PreemptibleLoops = true
const PreemptibleLoops = false
const PreemptibleLoopsInt = 0
const PreemptibleLoopsInt = 1
const RangeFunc = true
const RangeFunc = false
const RangeFuncInt = 1
const RangeFuncInt = 0
const RegabiArgs = false
const RegabiArgs = true
const RegabiArgsInt = 0
const RegabiArgsInt = 1
const RegabiWrappers = false
const RegabiWrappers = true
const RegabiWrappersInt = 0
const RegabiWrappersInt = 1
const SpinbitMutex = false
const SpinbitMutex = true
const SpinbitMutexInt = 1
const SpinbitMutexInt = 0
const StaticLockRanking = true
const StaticLockRanking = false
const StaticLockRankingInt = 1
const StaticLockRankingInt = 0
const SwissMap = false
const SwissMap = true
const SwissMapInt = 0
const SwissMapInt = 1
const SyncHashTrieMap = true
const SyncHashTrieMap = false
const SyncHashTrieMapInt = 1
const SyncHashTrieMapInt = 0
const Synctest = false
const Synctest = true
const SynctestInt = 0
const SynctestInt = 1
Flags is the set of experiments that can be enabled or disabled in the current toolchain. When specified in the GOEXPERIMENT environment variable or as build tags, experiments use the strings.ToLower of their field name. For the baseline experimental configuration, see [internal/buildcfg.ParseGOEXPERIMENT]. If you change this struct definition, run "go generate".
type Flags struct {
FieldTrack bool
PreemptibleLoops bool
StaticLockRanking bool
BoringCrypto bool
RegabiWrappers bool
RegabiArgs bool
HeapMinimum512KiB bool
CoverageRedesign bool
Arenas bool
CgoCheck2 bool
LoopVar bool
CacheProg bool
NewInliner bool
RangeFunc bool
AliasTypeParams bool
SwissMap bool
SpinbitMutex bool
SyncHashTrieMap bool
Synctest bool
}
Generated with Arrow