Skip to content

Commit c78c79f

Browse files
committed
cmd/compile: activate revert switch for late call expansion regression
Not a fix, but things will work while I fix it. Credit @andybons "for we revert switches for scary stuff". Updates #41736 Change-Id: I55f90860eae919765aac4f6d9f108a54139027e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/258897 Trust: David Chase <[email protected]> Run-TryBot: David Chase <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 5756b35 commit c78c79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/ssa/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const (
196196
ClassParamOut // return value
197197
)
198198

199-
const go116lateCallExpansion = true
199+
const go116lateCallExpansion = false
200200

201201
// LateCallExpansionEnabledWithin returns true if late call expansion should be tested
202202
// within compilation of a function/method triggered by GOSSAHASH (defaults to "yes").

0 commit comments

Comments
 (0)