]> Cypherpunks repositories - gostls13.git/commit
runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
authorqiulaidongfeng <2645477756@qq.com>
Wed, 31 Jan 2024 03:51:34 +0000 (03:51 +0000)
committerKeith Randall <khr@golang.org>
Tue, 27 Feb 2024 20:56:00 +0000 (20:56 +0000)
commitfdb200834feb8bd8e5d0073d83c51f68e364d0fd
treea67da0475d5beaa44cfcd2235b40fb92e81720a9
parent24070cf747d8b3f4487f1ca7247dcdf0ac266e8c
runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi

For #59670

Change-Id: I9265e033bf3a84c3dc7b4a5d52c0df9672435f0d
GitHub-Last-Rev: 8e4099095cec9e774abe9b72212a1eab6f6f9fdb
GitHub-Pull-Request: golang/go#64774
Reviewed-on: https://go-review.googlesource.com/c/go/+/550117
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/walk/walk.go
src/internal/abi/map.go
src/runtime/export_test.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go