]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: disable huge pages for GC metadata for small heaps
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 3 Jan 2023 17:59:48 +0000 (17:59 +0000)
committerMichael Knyszek <mknyszek@google.com>
Wed, 19 Apr 2023 14:27:27 +0000 (14:27 +0000)
commit1f9d80e33165dfb169d1ee82ca0021484951d3bb
tree7aa16e9cf71da737c4217be42de78b9f1170653e
parent8c2ff88c61630c566ce1346d6d6eff973e6736d7
runtime: disable huge pages for GC metadata for small heaps

For #55328.

Change-Id: I8792161f09906c08d506cc0ace9d07e76ec6baa6
Reviewed-on: https://go-review.googlesource.com/c/go/+/460316
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/malloc.go
src/runtime/mgc.go
src/runtime/mheap.go
src/runtime/mpagealloc.go