From: Cherry Zhang Date: Mon, 9 Nov 2020 02:03:18 +0000 (-0500) Subject: doc/articles/race_detector.html: add darwin/arm64 X-Git-Tag: go1.16beta1~271 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8badef4cf64b5ace52b3e76b40f4702363a93b8a;p=gostls13.git doc/articles/race_detector.html: add darwin/arm64 Updates #38485. Change-Id: I46f515973c0a31d7c3e0e05ce006121c60c4041e Reviewed-on: https://go-review.googlesource.com/c/go/+/268497 Trust: Cherry Zhang Reviewed-by: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor --- diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 63a658f870..09188c15d5 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -418,7 +418,7 @@ close(c) linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, darwin/amd64, - and windows/amd64. + darwin/arm64, and windows/amd64.

Runtime Overhead