]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: split out pointer/scalar metadata from heapArena
authorMichael Anthony Knyszek <mknyszek@google.com>
Sat, 28 Oct 2023 16:20:04 +0000 (16:20 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 2 Nov 2023 17:24:39 +0000 (17:24 +0000)
commit7a606fef6697f28ae6edebd64e5e8817349cdd92
tree8481487eb848a8f69c8a8ac8e06c1c2652600423
parent04575ce53f9af22403371b1b67d1e8bda990a4cd
runtime: split out pointer/scalar metadata from heapArena

We're going to want to fork this data in the near future for a
GOEXPERIMENT, so break it out now.

Change-Id: Ia7ded850bb693c443fe439c6b7279dcac638512c
Reviewed-on: https://go-review.googlesource.com/c/go/+/537978
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/runtime/mbitmap.go
src/runtime/mheap.go