1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:44:41 -07:00
go/ssa
Alan Donovan f1d4d01fed go.tools/ssa: memoize synthesis of all wrapper methods.
methodIndex() utility was split and specialized to its two
cases, *Interface vs *Named, which are logically quite
different.

We can't memoize promotion wrappers yet; we need typemap.

Terminology:
- "thunks" are now "wrappers"
- "bridge methods" are now "promotion wrappers"

Where the diff is messy it's just because of indentation.

R=gri
CC=golang-dev
https://golang.org/cl/10282043
2013-06-14 15:50:37 -04:00
..
interp go.tools/ssa: fix bug in code emitted for ast.TypeAssertExpr. 2013-06-13 17:31:32 -04:00
blockopt.go go.tools: add missing files ssa/*.go 2013-05-17 13:25:48 -07:00
builder.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
create.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
doc.go go.tools/ssa: Value.Pos() method + remaining source position plumbing. 2013-05-30 09:59:17 -04:00
dom.go go.tools: add missing files ssa/*.go 2013-05-17 13:25:48 -07:00
emit.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
example_test.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
func.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
lift.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
literal.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
lvalue.go go.tools/ssa: Value.Pos() method + remaining source position plumbing. 2013-05-30 09:59:17 -04:00
print.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
promote.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
sanity.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
source_ast.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
source_test.go go.tools/ssa: refactoring: eliminate Builder from API. 2013-06-03 16:46:57 -04:00
source.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
ssa.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00
ssadump.go go.tools/ssa: refactoring: eliminate Builder from API. 2013-06-03 16:46:57 -04:00
util.go go.tools/ssa: memoize synthesis of all wrapper methods. 2013-06-14 15:50:37 -04:00