Skip to content
Snippets Groups Projects
Commit f1ebad19 authored by Michael Anthony Knyszek's avatar Michael Anthony Knyszek Committed by Gopher Robot
Browse files

internal/goexperiment: add Green Tea GC goexperiment

Change-Id: Ia3ea5290842d8eddfafad4882f5874a2aff03e94
Reviewed-on: https://go-review.googlesource.com/c/go/+/645935


Reviewed-by: default avatarCherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
parent e90ba1d2
No related branches found
No related tags found
No related merge requests found
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.greenteagc
package goexperiment
const GreenTeaGC = false
const GreenTeaGCInt = 0
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.greenteagc
package goexperiment
const GreenTeaGC = true
const GreenTeaGCInt = 1
......@@ -126,4 +126,7 @@ type Flags struct {
// JSONv2 enables the json/v2 package.
JSONv2 bool
// GreenTeaGC enables the Green Tea GC implementation.
GreenTeaGC bool
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment