]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "runtime: redo heap bitmap"
authorKeith Randall <khr@google.com>
Tue, 9 Aug 2022 15:44:48 +0000 (15:44 +0000)
committerKeith Randall <khr@google.com>
Tue, 9 Aug 2022 16:10:10 +0000 (16:10 +0000)
commitad0287f4960610c01c12ea99da50d7138509c0b0
tree6303a860c789f53f1b283612a4d6f26042585fb0
parente1a8e0e05d4959d0b669cb968482a5dcfe0c95f8
Revert "runtime: redo heap bitmap"

This reverts commit b589208c8cc6e08239868f47e12c1449cd797bac.

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

Change-Id: I5e1e501d839584e0219271bb937e94348f83c11f
Reviewed-on: https://go-review.googlesource.com/c/go/+/422395
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Keith Randall <khr@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
12 files changed:
src/cmd/compile/internal/test/inl_test.go
src/reflect/all_test.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/heapdump.go
src/runtime/malloc.go
src/runtime/mbitmap.go
src/runtime/mcache.go
src/runtime/mcentral.go
src/runtime/mgcmark.go
src/runtime/mheap.go
src/runtime/slice.go