From ba519019d2f39df29060eec104b47c7c9ea720b2 Mon Sep 17 00:00:00 2001
From: Robert Griesemer Minor changes to the library
TODO: https://go.dev/issue/63223: API changes to support explicit Alias nodes
- TODO: https://go.dev/issue/61035: go/types, types2: fix SizesFor("gc", ...) to match actual gc behavior +
+ The implementation of SizesFor
has been adjusted to compute
+ the same type sizes as the compiler when the compiler argument for SizesFor
is "gc"
.
+ The default Sizes
implementation used by the type checker is now
+ types.SizesFor("gc", "amd64")
.