• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...