]> Cypherpunks repositories - gostls13.git/commit
runtime: make procyieldAsm no longer loop infinitely if passed 0
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 17 Oct 2025 20:02:55 +0000 (20:02 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 21 Oct 2025 03:28:55 +0000 (20:28 -0700)
commit79ae97fe9bf44814f7bed7e6a6297150070817f3
tree85a8b3392a3958db55dc733aaac1e5d0f1b1503e
parentf838faffe21afd2d5c177c04df8836c93e273b4b
runtime: make procyieldAsm no longer loop infinitely if passed 0

Change-Id: I9f01692373623687e09bee54efebaac0ee361f81
Reviewed-on: https://go-review.googlesource.com/c/go/+/712664
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm64.s
src/runtime/asm_ppc64x.s
src/runtime/stubs.go