]> Cypherpunks repositories - gostls13.git/commit
runtime: delete a very stale comment
authorAustin Clements <austin@google.com>
Fri, 26 May 2023 01:43:33 +0000 (21:43 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 26 May 2023 16:19:30 +0000 (16:19 +0000)
commit76bb0caa5cf76bf631bb6cfd5c0853305087dc78
tree1f79d778d75cc8a7540aea3d7e476fece43ee7d2
parent4c1d8bf54b4c1bd1af5aa5ea0f6ffdab8fee553a
runtime: delete a very stale comment

This comment claims mark termination re-scans stacks and uses the
write barrier to determine how much of the stack needs to be
rescanned. This hasn't been true since we introduced the hybrid write
barrier and deleted stack rescanning with CL 31766 in Go 1.8.

Updates #17503 I suppose.

Change-Id: I5e90f25020c9fa6f146ec6ed0642ba2b4884c2a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/498435
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
src/runtime/mbarrier.go