const internal/goexperiment.GreenTeaGC
13 uses
internal/goexperiment (current package)
exp_greenteagc_on.go#L7: const GreenTeaGC = true
runtime
mbitmap.go#L518: if goexperiment.GreenTeaGC && gcUsesSpanInlineMarkBits(s.elemsize) {
mbitmap.go#L573: if goexperiment.GreenTeaGC && gcUsesSpanInlineMarkBits(elemsize) {
mgc.go#L812: if goexperiment.GreenTeaGC && p.gcw.ptrBuf == nil {
mgcmark.go#L1281: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1340: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1455: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1760: if goexperiment.GreenTeaGC && gcUsesSpanInlineMarkBits(span.elemsize) {
mgcpacer.go#L704: if goexperiment.GreenTeaGC {
mgcwork.go#L190: if goexperiment.GreenTeaGC {
mgcwork.go#L243: if goexperiment.GreenTeaGC {
mgcwork.go#L372: if goexperiment.GreenTeaGC {
mheap.go#L1467: if goexperiment.GreenTeaGC {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |