From 835a94613703bb856ea4d16f05c116399c4b2fc9 Mon Sep 17 00:00:00 2001
From: Austin Clements
The race detector has been upgraded to use thread sanitizer
- version v3.
-
-
+ version v3. Compared to v2, it is now typically 1.5x to 2x
+ faster, uses half as much memory, and it supports an unlimited
+ number of goroutines.
- The race detector is now supported on S390.
+ The race detector is now supported on GOARCH=s390x
.
- When used together with the - CPU profiler, the - execution trace includes CPU profile samples as instantaneous events. + When tracing and the + CPU profiler are + enabled simultaneously, the execution trace includes CPU profile + samples as instantaneous events.