]> Cypherpunks repositories - gostls13.git/commit
runtime: AES maphash scramble 3 times on 386
authorMeng Zhuo <mzh@golangcn.org>
Wed, 9 Feb 2022 02:39:15 +0000 (10:39 +0800)
committermzh <mzh@golangcn.org>
Wed, 9 Feb 2022 06:35:15 +0000 (06:35 +0000)
commitbe0d049a42ee4b07bfb71acb5e8f7c3d2735049a
tree931f5365041644188b070caa9e84daba3d168d83
parent255acb0c059268c99e45b693645a256719f3abb2
runtime: AES maphash scramble 3 times on 386

Issue #43130 shows flaky hash not inbalanced on 386 platform,
which is using AES hashing instead of wyhash.
This CL increase the scramble times to 3 that amd64 using right now.

Fixes #43130

Change-Id: I9d012eda99ff71c13a89448f46fcb9c5e7cec921
Reviewed-on: https://go-review.googlesource.com/c/go/+/384075
Trust: mzh <mzh@golangcn.org>
Run-TryBot: mzh <mzh@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/asm_386.s