You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cmd/compile/internal/base/debug.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ var Debug DebugFlags
18
18
typeDebugFlagsstruct {
19
19
AlignHotint`help:"enable hot block alignment (currently requires -pgo)" concurrent:"ok"`
20
20
Appendint`help:"print information about append compilation"`
21
+
AstDumpstring`help:"for specified function/method, dump AST/IR at interesting points in compilation, to file pkg.func.ast. Use leading ~ for regular expression match."`
21
22
Checkptrint`help:"instrument unsafe pointer conversions\n0: instrumentation disabled\n1: conversions involving unsafe.Pointer are instrumented\n2: conversions to unsafe.Pointer force heap allocation" concurrent:"ok"`
22
23
Closureint`help:"print information about closure compilation"`
23
24
CompressInstructionsint`help:"use compressed instructions when possible (if supported by architecture)"`
0 commit comments