diff options
| author | Keith Randall <khr@golang.org> | 2024-11-23 17:35:02 -0800 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2025-02-13 14:08:14 -0800 |
| commit | 187fd2698d2f9fc2fc52aa7d4c0922552f848e98 (patch) | |
| tree | 5d0e7f24d705e201037a919179c2af61933aa77f /src/net/http | |
| parent | a0029e95e5d6f15cab70e533d447c75aa4211636 (diff) | |
| download | go-187fd2698d2f9fc2fc52aa7d4c0922552f848e98.tar.xz | |
cmd/compile: make write barrier code amenable to paired loads/stores
It currently isn't because it does load/store/load/store/...
Rework to do overwrite processing in pairs so it is instead
load/load/store/store/...
Change-Id: If7be629bc4048da5f2386dafb8f05759b79e9e2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/631495
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/net/http')
0 files changed, 0 insertions, 0 deletions
