Skip to content

Commit 5c4ed73

Browse files
committed
internal/goexperiment: add GOEXPERIMENT=boringcrypto
Not hooked up to everything else yet. Copy of CL 395880, for setting up GOEXPERIMENT=boringcrypto builder ahead of merge. For #51940. Change-Id: If842761f77d07329d88748990b95f4b39c2f153a Reviewed-on: https://go-review.googlesource.com/c/go/+/397895 Trust: Russ Cox <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ef55053 commit 5c4ed73

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

src/internal/goexperiment/exp_boringcrypto_off.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/internal/goexperiment/exp_boringcrypto_on.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/internal/goexperiment/flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ type Flags struct {
5858
FieldTrack bool
5959
PreemptibleLoops bool
6060
StaticLockRanking bool
61+
BoringCrypto bool
6162

6263
// Unified enables the compiler's unified IR construction
6364
// experiment.

0 commit comments

Comments
 (0)