]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: loop invariant code motion with h2(hash) by hand
authorcuiweixie <cuiweixie@gmail.com>
Sat, 9 Aug 2025 02:01:55 +0000 (02:01 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 11 Aug 2025 16:51:15 +0000 (09:51 -0700)
commitb096ddb9ea84efa28eafd7850b8f8a8b3e76e49f
tree7864060b58c58eba376bb6e9c0df1e2ed86d3933
parenta2431776ebc57ebc385d3fd9d3cc6eb89acb9d9c
internal/runtime/maps: loop invariant code motion with h2(hash) by hand

Change-Id: I0cd9763aeedfe326bc566da39b8be0d0ebd113ec
GitHub-Last-Rev: 1ec88644148deb41eea2ae89f7f1fb1759b37c27
GitHub-Pull-Request: golang/go#74952
Reviewed-on: https://go-review.googlesource.com/c/go/+/694016
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/internal/runtime/maps/runtime.go
src/internal/runtime/maps/runtime_fast32.go
src/internal/runtime/maps/runtime_fast64.go
src/internal/runtime/maps/runtime_faststr.go
src/internal/runtime/maps/table.go