]> Cypherpunks repositories - gostls13.git/commit
runtime: elide timer re-check if P has no timers
authorMichael Pratt <mpratt@google.com>
Thu, 29 Oct 2020 20:03:57 +0000 (16:03 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 30 Oct 2020 20:36:27 +0000 (20:36 +0000)
commit89a6540d8a93b95620080a8145c9882b063e3e46
treeafe6b0f64fb280bc26557e6a05601cfc673c6962
parent9393b5bae5944acebed3ab6f995926b7de3ce429
runtime: elide timer re-check if P has no timers

In golang.org/cl/264477, I missed this new block after rebasing past
golang.org/cl/232298. These fields must be zero if there are no timers.

Updates #28808
Updates #18237

Change-Id: I2d9e1cbf326497c833daa26b11aed9a1e12c2270
Reviewed-on: https://go-review.googlesource.com/c/go/+/266367
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Pratt <mpratt@google.com>
src/runtime/proc.go