• Martin Möhrmann's avatar
    runtime: remove hmap field from maptypes · 4ebc67d3
    Martin Möhrmann authored
    The hmap field in the maptype is only used by the runtime to check the sizes of
    the hmap structure created by the compiler and runtime agree.
    
    Comments are already present about the hmap structure definitions in the
    compiler and runtime needing to be in sync.
    
    Add a test that checks the runtimes hmap size is as expected to detect
    when the compilers and runtimes hmap sizes diverge instead of checking
    this at runtime when a map is created.
    
    Change-Id: I974945ebfdb66883a896386a17bbcae62a18cf2a
    Reviewed-on: https://go-review.googlesource.com/91796
    Run-TryBot: Martin Möhrmann <moehrmann@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
    4ebc67d3
Name
Last commit
Last update
..
amd64 Loading commit data...
arm Loading commit data...
arm64 Loading commit data...
gc Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc64 Loading commit data...
s390x Loading commit data...
ssa Loading commit data...
syntax Loading commit data...
test Loading commit data...
types Loading commit data...
wasm Loading commit data...
x86 Loading commit data...