• 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
decodesym.go 11 KB