Golang runtime: GODEBUG=profstackdepth=N not usable with //go:debug

Go 1.23 increased the default profiling stack depth from 32 to 128 (https://go.dev/cl/572396). It also introduced GODEBU...

Golang spec: "strictly comparable" and "type constraints".

1 According to the Language Specification:A type is strictly comparable if it is comparable and not an interface type no...

Golang runtime: map[int64]struct{} requires 16 bytes per slot

With swissmaps in 1.24, a map[int64]struct{} requires 16 bytes of space per slot, rather than the expected 8 bytes.This ...

Golang runtime/pprof: timeout in TestProfilerStackDepth

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth"Issue c...

Golang runtime: panic not generating a correct backtrace stack while crashing in cgo on ARM64 platform

Go versiongo version go1.22.6 linux/amd64 (cross compile to arm64 with CGO_ENABLED=0)Output of go env in your module/wor...

Golang cmd/compile, importers: implement support for Alias types nodes in export data format

This is a follow-up issue on #63223 to track the support for Alias types in importers.@mdempsky @findleyr Comment From: ...

Golang cmd/go: "go get" fails when GOFIPS140=v1.0.0 is set

Go versiongo version go1.24.3 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...

Golang math/big: 10.36% regression in ParseBigBytes-16 sec/op on linux/amd64 between c594762 and b3e3636

Discovered a regression in sec/op of 10.36% for benchmark ParseBigBytes-16 between c594762 and b3e3636.This is around th...

Golang cmd/compile: poor register allocation with PGO

What version of Go are you using (go version)?$ go versiongo version go1.20 darwin/arm64Does this issue reproduce with t...

Golang net/http: timeout in TestServerHijackGetsBackgroundByte_big

#!watchflakespost <- pkg == "net/http" && test == "TestServerHijackGetsBackgroundByte_big&quot...

Golang crypto/ecdsa: use variable time ScalarBaseMult/ScalarMult in Verify

We're leaving some perf on the table by doing these operations in constant time. We should use a variable time scalar mu...

Golang crypto: obtain a FIPS 140-3 validation

BackgroundFIPS 140 is a set of U.S. Government requirements for cryptographic modules. A number of companies must comply...

Golang runtime: performance degradation on tip that disappears when traced/profiled

Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...

Golang runtime: goroutines blocked in mallocgc triggering gcStart

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GOOS=linuxGOARCH=amd64What did you do...

Golang runtime: map cold cache improvements

There is room for improvement when some or all of a map is not in cache. The hierarchical design we use to enable increm...

Golang cmd/compile: bug in cmd/compile/internal/types.CalcSize

Issue created by stacks.This stack SXwxdA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang x/example/gotypes: update for go/types.Alias

golang.org/x/example/gotypes should be updated to include changes in 1.{22,23,24} to support materialized aliases.The ma...

Golang cmd/go: exclude vendor directories when using go work use -r .

What version of Go are you using (go version)?$ go versiongo version go1.18 darwin/amd64Does this issue reproduce with t...

Golang internal/goexperiment: remove CoverageRedesign some time in 1.23

This is a tracking issue to remove the "CoverageRedesign" GOEXPERIMENT some time in the Go 1.21 release; at that point h...

Golang x/telemetry: add garbage collection

An interesting point that came up in the context of discussing #63832 is that in some organizations data that is persist...
上一页 下一页
.