Searched defs:DebugFlags (Results 1 – 3 of 3) sorted by relevance
18 type DebugFlags struct { struct19 …t int `help:"enable hot block alignment (currently requires -pgo)" concurrent:"ok"`20 Append int `help:"print information about append compilation"`21 …led\n1: conversions involving unsafe.Pointer are instrumented\n2: conversions to unsafe.Pointer fo…22 Closure int `help:"print information about closure compilation"`23 Defer int `help:"print information about defer compilation"`24 DisableNil int `help:"disable nil checks" concurrent:"ok"`25 …umpInlFuncProps string `help:"dump function properties from inl heuristics to specified file"`26 DumpInlCallSiteScores int `help:"dump scored callsites during inlining"`27 …lp:"set inliner score adjustments (ex: -d=inlscoreadj=panicPathAdj:10/passConstToNestedIfAdj:-90)"`[all …]
31 var DebugFlags struct { var
2547 Flags, DebugFlags uint32 member