tools/go/pointer
Alan Donovan 1f29e74bfa go.tools/go/types: remove Type.MethodSet() method.
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
2014-02-11 16:49:27 -05:00
..
testdata go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
TODO go.tools: rename packages. 2014-01-16 09:33:58 -05:00
analysis.go go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
api.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
callgraph.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
doc.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
example_test.go go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
gen.go go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
intrinsics.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
labels.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
pointer_test.go go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
print.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
reflect.go go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
solve.go go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
util.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00