Update to go1.24.6

This commit is contained in:
Vorapol Rinsatitnon
2025-08-08 21:37:42 +07:00
parent c26899a250
commit 4fdddd398d
16 changed files with 418 additions and 124 deletions

View File

@@ -562,6 +562,7 @@ type m struct {
needextram bool
g0StackAccurate bool // whether the g0 stack has accurate bounds
traceback uint8
allpSnapshot []*p // Snapshot of allp for use after dropping P in findRunnable, nil otherwise.
ncgocall uint64 // number of cgo calls in total
ncgo int32 // number of cgo calls currently in progress
cgoCallersUse atomic.Uint32 // if non-zero, cgoCallers in use temporarily