]> Cypherpunks repositories - gostls13.git/commit
runtime: move mksizeclasses.go to runtime/_mkmalloc
authormatloob <matloob@golang.org>
Tue, 2 Sep 2025 19:38:16 +0000 (15:38 -0400)
committerMichael Matloob <matloob@google.com>
Thu, 11 Sep 2025 21:33:19 +0000 (14:33 -0700)
commitf37d75472dde87008b94d32a22495368959ac4d3
tree9c5de94555d04b0b4fa90c6e1e7e6a4070b3bb30
parent73676e322396f6d49b4328456023233a2fe5693e
runtime: move mksizeclasses.go to runtime/_mkmalloc

This will allow us to share code with the specialized malloc code
generator.

Change-Id: I6a6a696450a5039a957811fb06228122d494ddce
Reviewed-on: https://go-review.googlesource.com/c/go/+/700495
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
src/internal/runtime/gc/sizeclasses.go
src/runtime/_mkmalloc/mksizeclasses.go [moved from src/internal/runtime/gc/mksizeclasses.go with 97% similarity]