Aurora Blog
Home
Golang runtime: GODEBUG=profstackdepth=N not usable with //go:debug
2025-08-13 14:10:43
1370
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".
2025-08-13 14:10:38
8530
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
2025-08-13 14:10:31
2942
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
2025-08-13 14:10:28
623
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth"Issue c...
Golang runtime: panic not generating a correct backtrace stack while crashing in cgo on ARM64 platform
2025-08-13 14:10:26
5240
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
2025-08-13 14:10:24
494
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
2025-08-13 14:10:21
8410
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
2025-08-13 14:10:19
1180
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
2025-08-13 14:10:15
18620
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
2025-08-13 14:10:07
2760
#!watchflakespost <- pkg == "net/http" && test == "TestServerHijackGetsBackgroundByte_big"...
Golang crypto/ecdsa: use variable time ScalarBaseMult/ScalarMult in Verify
2025-08-13 14:10:05
507
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
2025-08-13 14:10:02
26992
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
2025-08-13 14:10:00
12695
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
2025-08-13 14:09:57
26398
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
2025-08-13 14:09:44
3850
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
2025-08-13 14:09:39
1737
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
2025-08-13 14:09:37
1125
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 .
2025-08-13 14:09:35
2431
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
2025-08-13 14:09:33
4840
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
2025-08-13 14:09:31
1807
An interesting point that came up in the context of discussing #63832 is that in some organizations data that is persist...
上一页
下一页
1
…
61
62
63
64
65
…
315
.