]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "runtime: process ptr bitmaps one word at a time"
authorKeith Randall <khr@google.com>
Tue, 9 Aug 2022 15:44:16 +0000 (15:44 +0000)
committerKeith Randall <khr@google.com>
Tue, 9 Aug 2022 16:09:24 +0000 (16:09 +0000)
commite1a8e0e05d4959d0b669cb968482a5dcfe0c95f8
tree6bb45c62e9e2b24ddb845abace6472128f8893d2
parent0d9ed0638be1aa5c68c1bef0713c338e206a6656
Revert "runtime: process ptr bitmaps one word at a time"

This reverts commit c3833a55433f4b2981253f64444fe5c3d1bc910a.

Reason for revert: Bug somewhere in this code, causing wasm and maybe linux/386 to fail.

Change-Id: I05f7cfa467598ca0c2c84fd4f752cc4ef117cc51
Reviewed-on: https://go-review.googlesource.com/c/go/+/422394
Run-TryBot: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/reflectdata/reflect.go
src/reflect/type.go
src/runtime/mbitmap.go