]> Cypherpunks repositories - gostls13.git/commit
runtime: fix tag pointers on aix
authorKeith Randall <khr@golang.org>
Thu, 24 Apr 2025 06:23:53 +0000 (23:23 -0700)
committerKeith Randall <khr@golang.org>
Thu, 24 Apr 2025 17:09:19 +0000 (10:09 -0700)
commit3009566a46f19e9c94df4cf51cc374763698cba0
tree899d870e5f07de60ef53ba39b3b331f90753c025
parent8a8f506516e1210c9ca3a352d76bd1d570c407fd
runtime: fix tag pointers on aix

Clean up tagged pointers a bit. I got the shifts wrong
for the weird aix case.

Change-Id: I21449fd5973f4651fd1103d3b8be9c2b9b93a490
Reviewed-on: https://go-review.googlesource.com/c/go/+/667715
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/malloc.go
src/runtime/netpoll.go
src/runtime/tagptr_64bit.go