Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: improve heapBitsSetType documentation
Currently the heapBitsSetType documentation says that there are no races on the heap bitmap, but that isn't exactly true. There are no *write-write* races, but there are read-write races. Expand the documentation to explain this and why it's okay. Change-Id: Ibd92b69bcd6524a40a9dd4ec82422b50831071ed Reviewed-on: https://go-review.googlesource.com/23092 Reviewed-by: Rick Hudson <[email protected]>
- Loading branch information