mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07:00
1f29e74bfa
Method-set caching is now performed externally using a MethodSetCache (if desired), not by the Types themselves. This a minor deoptimization due to the extra maps, but avoids a situation in which method-sets are computed and frozen prematurely. (See b/7114) LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/61430045 |
||
---|---|---|
.. | ||
benchcmp | ||
cover | ||
godoc | ||
goimports | ||
gotype | ||
html2article | ||
oracle | ||
ssadump | ||
vet |