We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5756b35 commit c78c79fCopy full SHA for c78c79f
src/cmd/compile/internal/ssa/config.go
@@ -196,7 +196,7 @@ const (
196
ClassParamOut // return value
197
)
198
199
-const go116lateCallExpansion = true
+const go116lateCallExpansion = false
200
201
// LateCallExpansionEnabledWithin returns true if late call expansion should be tested
202
// within compilation of a function/method triggered by GOSSAHASH (defaults to "yes").
0 commit comments