t hepudds submitted the change![Open in Gerrit]()
Unreviewed changes
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Change information
Commit message:
runtime: set GOEXPERIMENT=runtimefreegc to disabled by default
This CL is part of a set of CLs that attempt to reduce how much work the
GC must do. See the design in https://go.dev/design/74299-runtime-freegc
The plan has been for GOEXPERIMENT=runtimefreegc to be disabled
by default for Go 1.26, so here we disable it.
Also, we update the name of the GOEXPERIMENT to reflect the latest name.
Updates #74299
Change-Id: I94a34784700152e13ca93ef6711ee9b7f1769d9a
Files:
- M src/internal/buildcfg/exp.go
- D src/internal/goexperiment/exp_runtimefree_off.go
- D src/internal/goexperiment/exp_runtimefree_on.go
- A src/internal/goexperiment/exp_runtimefreegc_off.go
- A src/internal/goexperiment/exp_runtimefreegc_on.go
- M src/internal/goexperiment/flags.go
Change size: S
Delta: 6 files changed, 18 insertions(+), 19 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +1 by Junyang Shao, +2 by Michael Knyszek
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I94a34784700152e13ca93ef6711ee9b7f1769d9a
Gerrit-Change-Number: 720120
Gerrit-PatchSet: 5