tools/go/ssa/ssautil
Alan Donovan f011631cea go/ssa: simplify TypesWithMethodSets
Details:
- rename (*Program).TypesWithMethodSets() to RuntimeTypes()
- delete (*Package).TypesWithMethodSets() method and simplify
- move code to methods.go
- update test to use

1-2% improvement in space and time (though I barely trust this data
because the GC at tip is in such terrible state).

Change-Id: I38eab78b11e0ad0ff16e0530e775b6ff6a2ab246
Reviewed-on: https://go-review.googlesource.com/3148
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-01-22 14:03:32 +00:00
..
testdata go.tools/ssa: tweaks to CreateTestMainPackage. 2014-02-11 15:59:20 -05:00
switch.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
switch_test.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
visit.go go/ssa: simplify TypesWithMethodSets 2015-01-22 14:03:32 +00:00