]> Cypherpunks repositories - gostls13.git/commit
runtime/race: add GOAMD64=v3 version of linux race .syso
authorKeith Randall <khr@golang.org>
Thu, 20 Oct 2022 17:28:59 +0000 (10:28 -0700)
committerKeith Randall <khr@google.com>
Fri, 21 Oct 2022 05:28:30 +0000 (05:28 +0000)
commitc75b10be0b88c5b6767fd6fdf4e25a82a665fb76
tree82a1f05f376ff62ee92666efb3b59e27f53c6f80
parent4c61e079c087052355c137ab8fcd9abf8728e50a
runtime/race: add GOAMD64=v3 version of linux race .syso

Makes -race mode faster, in the 15% speedup range.

Update #53743

Change-Id: I735eb71902b41c924c9f885ded8f7a350a56b751
Reviewed-on: https://go-review.googlesource.com/c/go/+/444396
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/race/README
src/runtime/race/internal/amd64v1/race_linux.syso
src/runtime/race/internal/amd64v3/race_linux.syso [new file with mode: 0644]
src/runtime/race/race_v1_amd64.go
src/runtime/race/race_v3_amd64.go